0.0.0 • Published 9 years ago

aws-sdk-constructor v0.0.0

Weekly downloads
3
License
-
Repository
bitbucket
Last release
9 years ago

Constructor-flavored AWS SDK for JavaScript

A version of the official AWS SDK for JavaScript that returns a class constructor, rather than a singleton.

Release notes for the original AWS SDK can be found at http://aws.amazon.com/releasenotes/SDK/JavaScript

Installing

In Node.js

npm install aws-sdk

In your node project:

var AWS = require("aws-sdk");
var aws = new AWS();

Each instance of the AWS class will have its own internal config.

In the Browser

This fork of the AWS SDK currently isn't built to run in the browser.

Usage and Getting Started

The original getting started guide can be found here: http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/

License

This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt and NOTICE.txt for more information.