Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 667 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 667 Bytes

This is a cookiecutter template used to create Lambder projects. It will create the framework you can use to create new AWS Lambdas which can be scheduled by Lambder.

REQUIRES:

You can create a new Lambder project with cookiecutter:

cookiecutter https://github.com/LeafSoftware/cookiecutter-lambder

But the best way is to just use the lambder command from python-lambder:

lambder functions create --name foo --bucket mybucket

See the python-lambder README for more details.