MichalKoszalka / aws-lambda-deploy

A collection of tools to enable canary deployments of AWS Lambda functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Please ensure you have the AWS CLI installed and configured with credentials.

The install script uses SAM to deploy relevant resources to your AWS account:

$ ./install.sh

Passing flow

$ ./successfull-canary.sh

Failing flow

$ ./failed-canary.sh

About

A collection of tools to enable canary deployments of AWS Lambda functions.

License:Other


Languages

Language:Python 80.8%Language:Shell 19.2%