aws-sdk-constructor

0.0.0 • Public • Published

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.

Package Sidebar

Install

npm i aws-sdk-constructor

Weekly Downloads

1

Version

0.0.0

License

none

Last publish

Collaborators

  • water.bridge.down