node-lambda : Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda.. You can installing node-lambda 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 node-lambda $ sudo npm install -g node-lambda
If want to update the node-lambda package execute the command as below,
$ sudo npm update node-lambda
Update package globally,
$ npm install -g node-lambda
$ sudo git clone https://github.com/rektide/node-lambda.git
$ sudo npm install -g ./node-lambda
node-lambda@0.11.4 /usr/lib/node_modules/node-lambda
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-lambda
Package Name | node-lambda |
Version | 0.11.4 |
Description | Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda. |
Released Date | 2017-09-22T12:04:53.046Z |
Published by | deviavir |
How to Learn | https://www.npmjs.com/package/node-lambda/tutorial |