A cookiecutter template to create a Python Custom Cloudformation Resource using Serverless Application Model (SAM).
Generate a boilerplate template in your current project directory using the following syntax:
- Python 3.7:
sam init --runtime python3.7
- This project has been generated with Cookiecutter