aws-es6-promise

0.1.1 • Public • Published

AWS Promise

A small wrapper around the AWS SDK to use ES6 Promises instead of callbacks.

Installation

npm install aws-promise

Usage

var AWSPromise = require('aws-es6-promise')
 
var ec2 = new AWSPromise.EC2()
 
ec2.describeInstances({ params })
  .then(function(data) {
    console.log(data)
  })

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i aws-es6-promise

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • jagregory