generator-lambda-function
v0.1.0
Published
Yeoman generator for a service running as an AWS Lambda Function
Downloads
2
Maintainers
Readme
generator-lambda-function
Yeoman generator for a service running as an AWS Lambda Function
Installation
First, install Yeoman and generator-lambda-function using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-lambda-function
Then generate your new project:
yo lambda-function
The Generated Project
package.json index.js lambda-config.js default.env README.md /tests gulpfile.js .travis.yml .gitignore .npmignore
What's Next?
Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.
License
MIT © James Rehfeld