https://github.com/stelligent/drifter
Demo of CloudFormation Drift Detection
https://github.com/stelligent/drifter
Last synced: 11 months ago
JSON representation
Demo of CloudFormation Drift Detection
- Host: GitHub
- URL: https://github.com/stelligent/drifter
- Owner: stelligent
- License: mit
- Created: 2018-04-13T04:52:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T16:36:51.000Z (over 6 years ago)
- Last Synced: 2025-04-10T04:11:03.004Z (about 1 year ago)
- Language: Shell
- Size: 108 KB
- Stars: 3
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Overview
(created for blog post [Drift Detection in Continuous Delivery Pipelines](https://stelligent.com/2018/11/13/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
```
