Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws2js

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws2js

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

  • 0.4.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
270
decreased by-19.88%
Maintainers
1
Weekly downloads
 
Created
Source

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
  • 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 services

  • Amazon EC2 (Elastic Compute Cloud)
  • Amazon RDS (Relational Database Service)
  • Amazon SES (Simple Email Service)
  • Amazon ELB (Elastic Load Balancing)
  • Amazon S3 (Simple Storage Service)
  • Amazon IAM (Identity and Access Management)
  • Amazon Auto Scaling

More will come. This module is under active development.

Usage mode

Misc

The clients expose the client.setMaxSockets() method for changing the https.Agent.defaultMaxSockets property. Note that this method changes the property for all the clients if you use multiple aws2js clients into a single application. Calling it multiple times sets the value to the last input. This is useful for use cases where the default limit of 5 sockets that's provided by default by the HTTP Agent proves to be insufficient.

Gotcha

Currently the used mime module works by making a file extension lookup. aws2js will eventually integrate the mime-magic module that provides proper mime auto-detection. Currently mime-magic doesn't work portably.

Keywords

FAQs

Package last updated on 08 Dec 2011

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc