Skip to content

Demo of CloudFormation Drift Detection

License

Notifications You must be signed in to change notification settings

viveksing/drifter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

(created for blog post Drift Detection in Continuous Delivery Pipelines)

This repo contains a simple API written in Go that runs as a Lambda function behind API Gateway. The toolchain directory contains CodePipeline and CodeBuild spec files to define a continuous delivery pipeline for provisioning the API.

Additionally, the pipeline leverages drift detection to fail the pipeline if manual changes have been made to infrastructure between deployments.

Pipeline

To provision the drifter pipeline, fork this repo and then run the following with your GitHub personal access token:

cd toolchain
make deploy GITHUB_TOKEN=xxxxxxxxxxxxx GITHUB_USER=your_user_name

pipeline

About

Demo of CloudFormation Drift Detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.4%
  • Makefile 22.4%
  • Go 16.2%