A cookiecutter template to create a serverless workshop SAM/Python boilerplate using Serverless Application Model (SAM).
Generate a boilerplate template in your current project directory using the following syntax:
sam init --location "./cookiecutter-module2-sam-python"
NOTE:
--nameallows you to specify a different project folder name (sam-appis the default)
- This project has been generated with Cookiecutter