You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @durdina . That's a valid point. New AWS CodeCommit repositories wont be created. So the cloudformation template codecommit_ecr.yaml will fail. I will work on the changes and fix the code in few days.
Hi @maheshr-amzn, for what it's worth I have already worked on fixing the issue and replacing AWS CodeCommit dependency with a GitHub connection. I am ready to submit PR for my changes by EOD.
It was a good exercise for me. Thank you and your org for creating these sample projects I found it really useful in my crash course to AWS infrastructure for CI/CD.
This project is currently broken due to AWS CodeCommit no longer accepting new customers.
AWS CodeCommit no longer allows creation of new repositories as is documented here: https://aws.amazon.com/blogs/devops/how-to-migrate-your-aws-codecommit-repository-to-another-git-provider/
Therefore attempts to create new AWSCodeCommit repository by CF stack template
codecommit_ecr.yaml
inevitably fail.The text was updated successfully, but these errors were encountered: