Skip to content

victoravr/lambda-continuous-delivery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous Delivery for AWS Lambda

Sample project that shows how AWS Lambda Aliases can be used to enable continuous integration.

Please read the blog post for details.

Tools

In order to execute the scripts, you need to install the following tools:

  • AWS CLI (AWS Command Line Interface)
  • jq (JSON Command Line Processor)

CloudFormation Template

cloudformation.template

Scripts

Create stack

Pipeline Steps

Script Description
1-test.sh Execute unit tests
2-package.sh Create .zip
3-update-lambda.sh Update Lambda
4-integration-test.sh Execute integration tests
5-publish-version.sh Publish Lambda version
6-update-stage-alias.sh Update stage alias
7-update-prod-alias.sh Update prod alias

Pipeline Script

Support Script

About

Sample project that shows how AWS Lambda versioning can be used to enable continuous delivery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 69.5%
  • JavaScript 30.5%