Skip to content
/ aws2js Public
forked from SaltwaterC/aws2js

AWS (Amazon Web Services) APIs client implementation for node.js

License

Notifications You must be signed in to change notification settings

bistri/aws2js

 
 

Repository files navigation

About

Amazon Web Services node.js module. Originally a fork of aws-lib.

Installation

Either manually clone this repository into your node_modules directory, or the recommended method:

npm install aws2js

Project and Design goals

  • HTTPS-only APIs communication (exceptions allowed for HTTP-only APIs)
  • Proper error reporting
  • Simple to write clients for a specific AWS service (abstracts most of the low level plumbing)
  • Simple to use AWS API calls
  • Higher level clients for specific work flows
  • Proper documentation

Supported

Contributors

You should also send your special thanks to the aws2js contributors.

About

AWS (Amazon Web Services) APIs client implementation for node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%