awslabs / aws-sam-codepipeline-cd

A serverless app that sets up an AWS CodePipeline pipeline for a given GitHub repo. This app allows people developing SAM applications to quickly get CodePipeline-based CD setup for their project.
MIT No Attribution
88 stars 62 forks source link

fix: fix circular dependency #6

Closed honglu closed 5 years ago

honglu commented 5 years ago

Description of changes: Referencing the CodeBuild project or Pipeline name in role description is causing circular dependency.

Tests Deployed with Test and Deploy stages and confirmed a github change can flow through the pipeline.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.