0.1.0 • Published 8 years ago

generator-lambda-function v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

generator-lambda-function NPM version Build Status Dependency Status Stories in Ready

Join the chat at https://gitter.im/rehf27/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