Skip to content

This project is a a cookiecutter template to create a generic CI/CD pipeline for Serverless App based on Serverless Application Model (SAM).

License

Notifications You must be signed in to change notification settings

vinduajamesh/cookiecutter-aws-sam-pipeline

 
 

Repository files navigation

Cookiecutter Pipeline for SAM based Serverless App

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:vinduajamesh/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

About

This project is a a cookiecutter template to create a generic CI/CD pipeline for Serverless App based on Serverless Application Model (SAM).

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • Makefile 2.1%