Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

aws-sdk-umd

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-sdk-umd

UMD wrapper around the AWS SDK.

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
3
-40%
Maintainers
1
Weekly downloads
 
Created
Source

aws-sdk-umd

Exports the AWS SDK for Node.js as a UMD module. Drops the fs dependency so the Node version of the SDK can be used in the browser (or in React Native).

Use it

npm install --save aws-sdk-umd
// ES6 modules
import AWS from 'aws-sdk-umd';

// CommonJS modules
var AWS = require('aws-sdk-umd');

// AMD
require(['aws-sdk-umd'], function(AWS) {

Build it locally

npm install
npm run build

The library will be built and output in dist/aws-sdk-umd.js.

If you want a build that only contains certain services:

AWS_SERVICES=s3,dynamodb npm run build

Thanks

Thanks to Francois Ward for getting me started and Chris Radek for this post demoing the Webpack configuration.

License

MIT

Keywords

AWS

FAQs

Package last updated on 22 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts