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
Describe the bug
CodeCommit is no longer accepting new users, which leads to a 400 error when we try to deploy the stack creating EcsBlueGreenBuildImagecodeRepo
To Reproduce
Steps to reproduce the behavior:
Log into an account that doesn't have an existing CodeCommit Repository.
From the root of the project repository, run npm install and build.
Run the container image stack deployment script (./bin/scripts/deploy-container-image-stack.sh).
Expected behavior
The following error message will be returned:
CreateRepository request is not allowed because there is no existing repository in this AWS account or AWS Organization
The text was updated successfully, but these errors were encountered:
TannerHornsby7
changed the title
Migrating from CodeCommit to Github as the source code repository
CodeCommit isn't accepting new repositories
Sep 17, 2024
Describe the bug
CodeCommit is no longer accepting new users, which leads to a 400 error when we try to deploy the stack creating EcsBlueGreenBuildImagecodeRepo
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The following error message will be returned:
CreateRepository request is not allowed because there is no existing repository in this AWS account or AWS Organization
The text was updated successfully, but these errors were encountered: