Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 466 Bytes

File metadata and controls

16 lines (11 loc) · 466 Bytes

Lambda Generator

This is a generator that creates a very simple lambda template based on user input. Properties specified in the template are:

  • General lambda settings (name, memory, runtime etc.)
  • Lambda Log Group
  • API Gateway
  • Alarms

Usage

  • Clone the project
  • Run npm install -g
  • Run npx yo lambda to execute the generator
  • Once all the questions have been answered, your template will be stored in 'deploy/stacks/main.yml`