Skip to content
AWS Serverless Application Model (AWS SAM) prescribes rules for expressing Serverless applications on AWS.
Branch: master
Clone or download
keetonian chore: merge pull request #898 from awslabs/release/v1.11.0
chore: merge release/v1.11.0 into master
Latest commit cccb0c9 Apr 25, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github chore: update PR template (#825) Feb 26, 2019
bin docs: fix/update GatewayResponses example (#879) Apr 2, 2019
docs feat: add ReservedConcurrentExecutions to globals (#808) Mar 22, 2019
examples docs: fix/update GatewayResponses example (#879) Apr 2, 2019
requirements feat: add support for Permissions Boundary on Function (#782) Feb 1, 2019
samtranslator feat: add additional validation and update bin/sam-translate.py (#873) Apr 1, 2019
tests feat: add additional validation and update bin/sam-translate.py (#873) Apr 1, 2019
versions feat(gatewayresponses): add support for API Gateway Responses (#841) Mar 19, 2019
.coveragerc Adding dotfiles for Travis, Flake, Coverage and Pylint (#359) Apr 4, 2018
.flake8 chore: turn on flake 8 (#720) Dec 14, 2018
.gitignore release: 1.5.1 (#391) Apr 18, 2018
.pylintrc Adding dotfiles for Travis, Flake, Coverage and Pylint (#359) Apr 4, 2018
.travis.yml refactor: add support for Python 3 (#490) (#491) Jun 28, 2018
CODE_OF_CONDUCT.md Adding standard files (#338) Mar 22, 2018
CONTRIBUTING.md docs: fix a typo in CONTRIBUTING.md (#529) Aug 1, 2018
DESIGN.md doc: update DESIGN.md to include an Overview and entry point for SAM (#… May 25, 2018
DEVELOPMENT_GUIDE.rst docs: fix code block formatting (#785) Feb 1, 2019
HOWTO.md docs: update HOWTO.md (#831) Mar 12, 2019
LICENSE Initial commit Oct 10, 2016
MANIFEST.in Update packaging configuration in setup.py and MANIFEST.in (#394) Apr 25, 2018
Makefile chore: turn on flake 8 (#720) Dec 14, 2018
NOTICE 🥁 SAM Translator Implementation is now open source! (#356) Apr 4, 2018
README.md docs: add S3 events example for lambda functions written in Go (#737) Jan 3, 2019
aws_sam_introduction.png adding AWS SAM intro graphic (#117) Apr 5, 2017
pytest.ini 🥁 SAM Translator Implementation is now open source! (#356) Apr 4, 2018
setup.cfg Update packaging configuration in setup.py and MANIFEST.in (#394) Apr 25, 2018
setup.py chore: configure PyPI long_description to use Markdown (#610) Oct 2, 2018
tox.ini chore: add Codecov coverage reports and add badge (#695) Dec 5, 2018

README.md

Build Status PyPI version Codecov Test Coverage

Logo

AWS Serverless Application Model (AWS SAM)

You can use SAM to define serverless applications in simple and clean syntax.

This GitHub project is the starting point for AWS SAM. It contains the SAM specification, the code that translates SAM templates into AWS CloudFormation stacks, general information about the model, and examples of common applications.

The SAM specification and implementation are open sourced under the Apache 2.0 license. The current version of the SAM specification is available at AWS SAM 2016-10-31.

Documentation about using AWS SAM to define, test, and deploy serverless applications is available at AWS Serverless Application Model Developer Guide.

Contributing new features and enhancements to SAM

You can build serverless applications faster and further simplify your development of serverless applications by defining new event sources, new resource types, and new parameters within SAM. Additionally, you can modify SAM to integrate it with other frameworks and deployment providers from the community for building serverless applications.

Read the Development Guide for in-depth information on how to start making changes.

Join the SAM developers channel (#samdev) on Slack to collaborate with fellow community members and the AWS SAM team.

You can’t perform that action at this time.