Skip to content

Terraform module for configuring CodePipeline and CodeDeploy for deploying Lambda functions

Notifications You must be signed in to change notification settings

bitflight-public/terraform-aws-codepipeline-cloudformation-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-codepipeline-cloudformation-lambda

Create an AWS CodePipeline that automates the deployment of your serverless application

It has 3 stages:

  • Source (GitHub)
  • Build (CodeBuild)
  • Deploy (CloudFormation)

When your pipeline is ready any git push to the branch you connected to this pipeline is going to trigger a deployment

This module has been created to comply with this AWS CI/CD example. https://docs.aws.amazon.com/lambda/latest/dg/build-pipeline.html

Known issues: GITHub Token isn't stored in the state and so the state is always updates the token on every apply/plan. hashicorp/terraform-provider-aws#2854

About

Terraform module for configuring CodePipeline and CodeDeploy for deploying Lambda functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published