Skip to content

mkubenka/generator-lambda-function

 
 

Repository files navigation

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

About

Yeoman generator for an AWS Lambda Function with auto-deploy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%