aws-sdk : AWS SDK for JavaScript. You can installing aws-sdk 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 $ sudo npm install -g aws-sdk
If want to update the aws-sdk package execute the command as below,
$ sudo npm update aws-sdk
Update package globally,
$ npm install -g aws-sdk
$ sudo git clone https://github.com/rektide/aws-sdk.git
$ sudo npm install -g ./aws-sdk
aws-sdk@2.156.0 /usr/lib/node_modules/aws-sdk
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall aws-sdk
Package Name | aws-sdk |
Version | 2.156.0 |
Description | AWS SDK for JavaScript |
Released Date | 2017-11-22T23:28:43.740Z |
Published by | aws-sdk-bot |
How to Learn | https://www.npmjs.com/package/aws-sdk/tutorial |