AWS Lambda

AWS Lambda function scaffold with handler and SAM template.

Create this template

bash
# install
pip install jyinit

# create a scaffold for a aws lambda
jyinit create my-project --type aws-lambda

# interactive mode => you will be allowed to choose the TEMPLATE in interactive mode too
jyinit create my-project --interactive

Great for

  • serverless