All Projects → aws-samples → Cookiecutter Aws Sam Python

aws-samples / Cookiecutter Aws Sam Python

Licence: other
A Cookiecutter template to create a Serverless App based on Serverless Application Model (SAM) and Python 3.6

Programming Languages

python
139335 projects - #7 most used programming language

Cookiecutter SAM for Python Lambda functions

This is a Cookiecutter template to create a Serverless App based on Serverless Application Model (SAM) and Python 3.8.

It is important to note that you should not try to git clone this project but use SAM CLI instead as {{cookiecutter.project_slug}} will be rendered based on your input and therefore all variables and files will be rendered properly.

Usage

Generate a new SAM based Serverless App: sam init --location gh:aws-samples/cookiecutter-aws-sam-python

You'll be prompted a few questions to help this cookiecutter template to scaffold this project and after its completed you should see a new folder at your current path with the name of the project you gave as input.

Options

Option Description
include_safe_deployment Sends by default 10% of traffic for every 1 minute to a newly deployed function using CodeDeploy + SAM integration - Linear10PercentEvery1Minute

Credits

License

This project is licensed under the terms of the MIT License with no attribution

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].