AWS Lambda CLI to quickly generate Nodejs Lambda functions along with a CI/CD pipeline.
npm install calculus-cli_Provision Nodejs AWS Lambda functions that contain a defined CI/CD pipeline._
```
npm install -g calculus
_You will want to run above command as root user (sudo)._
``
calculus configure
#### I. Generate a Nodejs Lambda function
``
$ calculus create hello-world
$ cd ./hello-world
$ npm install
$ npm run build
#### II. Deploy your new Lambda function
``
$ cd ./hello-world
$ calculus deploy
MIT, see LICENSE.md` for more information.