/cookiecutter-aws-sam-pipeline

Cookiecutter is an Open Source BSD-3 licensed that provides a template engine to scaffold projects. This project is a a cookiecutter template to create a generic CI/CD pipeline for Serverless App based on Serverless Application Model (SAM).

Primary LanguagePythonMIT No AttributionMIT-0

Cookiecutter Pipeline for SAM based Serverless App

CI Build Status

A cookiecutter template to create a generic 3-environment Pipeline for your Serverless App based on Serverless Application Model (SAM).

SAM Generic CI/CD Pipeline

Requirements

Usage

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

Credits

License

This project is licensed under the terms of the Open Source BSD-3 License