A cookiecutter template to create a generic 3-environment Pipeline for your Serverless App based on Serverless Application Model (SAM).
Generate a Pipeline template to your current project directory: sam init --location gh:aws-samples/cookiecutter-aws-sam-pipeline
After generated you should have the following files:
├── Pipeline-Instructions.md <-- Information how to create this Pipeline
├── buildspec.yaml <-- Sample CodeBuild spec with instructions on how to update it (in case you don't have one)
└── pipeline.yaml <-- Cloudformation template that will generate this 3-environment pipeline
- This project has been generated with Cookiecutter
This project is licensed under the terms of the Open Source BSD-3 License