aws-sdk-promise : Hack for adding the .promise() method to all aws-sdk request objects (aws-sdk is a peerDependency). You can installing aws-sdk-promise npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install aws-sdk-promise $ sudo npm install -g aws-sdk-promise
If want to update the aws-sdk-promise package execute the command as below,
$ sudo npm update aws-sdk-promise
Update package globally,
$ npm install -g aws-sdk-promise
$ sudo git clone https://github.com/rektide/aws-sdk-promise.git
$ sudo npm install -g ./aws-sdk-promise
aws-sdk-promise@0.0.2 /usr/lib/node_modules/aws-sdk-promise
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall aws-sdk-promise
Package Name | aws-sdk-promise |
Version | 0.0.2 |
Description | Hack for adding the .promise() method to all aws-sdk request objects (aws-sdk is a peerDependency) |
Released Date | 2015-01-29T19:17:33.406Z |
Published by | jonasfj |
How to Learn | https://www.npmjs.com/package/aws-sdk-promise/tutorial |