aws-serverless-express : This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.. You can installing aws-serverless-express 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-serverless-express $ sudo npm install -g aws-serverless-express
If want to update the aws-serverless-express package execute the command as below,
$ sudo npm update aws-serverless-express
Update package globally,
$ npm install -g aws-serverless-express
$ sudo git clone https://github.com/rektide/aws-serverless-express.git
$ sudo npm install -g ./aws-serverless-express
aws-serverless-express@3.0.2 /usr/lib/node_modules/aws-serverless-express
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall aws-serverless-express
Package Name | aws-serverless-express |
Version | 3.0.2 |
Description | This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework. |
Released Date | 2017-06-08T23:24:34.902Z |
Published by | brettstack |
How to Learn | https://www.npmjs.com/package/aws-serverless-express/tutorial |