Continous Deployment for AWS Lambda with Travis CI
First, install Yeoman and generator-lambda-cd using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-lambda-cd
Then generate your new project:
yo lambda-cd
See our contribution guidelines.
MIT ©Hackerati