Project to test AWS Lambda timeouts.
After making changes to sam-app, use:
sam build --template-file sam-app/template.yamlTo run the lambda function, run the following commands in two terminals:
sam local start-lambda --debug --template .aws-sam/build/template.yaml
sam local invoke HelloWorldFunction