AWSCodeCommit deprecated
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.
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.
@durdina Please raise a PR for AWS CodeCommit dependency replacing with Github changes. We will review it and work accordingly