Amazon Web Services node.js module. Originally a fork of aws-lib.
Either manually clone this repository into your node_modules directory, or the recommended method:
npm install aws2js
- 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
- Amazon EC2 (Elastic Compute Cloud)
- Amazon RDS (Relational Database Service)
- Amazon SES (Simple Email Service)
- Amazon ELB (Elastic Load Balancing)
- Amazon IAM (Identity and Access Management)
- Amazon Auto Scaling
- Amazon CloudWatch
- Amazon ElastiCache
- Amazon SQS (Simple Queue Service)
- Amazon S3 (Simple Storage Service)
- Dan Tillberg - deprecation of query.call() in favor of query.request()
- Andrew Paulin - sqs.setQueue() helper