Socket
Book a DemoInstallSign in
Socket

multi-region-promised-aws

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multi-region-promised-aws

Multi-region AWS SDK

latest
Source
npmnpm
Version
0.0.6
Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

Make calls to multiple regions of AWS at the same time. This library has logic to configure a multi-region AWS api object which can run methods in all regions it knows about or a specific subset of them. Likewise, the results from the API are joined. The reason for both of these behaviours is that it’s impossible to know which region to use or whether the results of a given api call can be joined. This library strives to make it easy to:

  • configure multiple AWS regions for a given AWS Product
  • make it easy to run calls in multiple AWS regions in parallel easy
  • return data in a region name keyed object

I’d sit here and write out how to use this library, but the much easier thing to do is to load up the test_works.js file in the test directory and search for multiAws.describeSpotPriceHistory.

You should already know this library enables you to spend money and kill running instances.

USE AT YOUR OWN RISK.

Keywords

aws

FAQs

Package last updated on 06 Feb 2016

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