Skip to content

SekibOmazic/codedeploy-lifecycle-event-hooks

Repository files navigation

Lambda Hook to test Blue-Green Deployment

This repo contains the lambda hook that tests this blue-green deployment.

It is also used here

Pre-requisites

You need an S3 bucket which will store the lambda function code. This lambda assumes you have a service running on

https://<API_NAME>.<HOSTED_ZONE_NAME>

For example: https://api.my-domain.com

Deploy

  1. Update variables in deploy.sh

  2. From your terminal run:

./deploy.sh

Cleanup

In AWS Console go to CloudFormation and manually delete stack "blue-green-deployment-hook"

About

blue-green deployment hook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published