Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codecommit - cannot create a repository #50

Open
edinsonosnide opened this issue Oct 28, 2024 · 3 comments
Open

Codecommit - cannot create a repository #50

edinsonosnide opened this issue Oct 28, 2024 · 3 comments

Comments

@edinsonosnide
Copy link

The template.json to create the stack, needs codecommit but that is not longer avaialable for new customers, so the stack cannot complete.

@koresss
Copy link

koresss commented Nov 12, 2024

Any updates on when this will be fixed? Rekognition is unusable at the moment because of this.

@edinsonosnide
Copy link
Author

edinsonosnide commented Nov 12, 2024 via email

@avirajkhare00
Copy link

Edit file
./docker-deploy/debug.sh

#!/bin/bash

SCRIPT_DIR="$( cd -- "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 ; pwd -P )"

pushd $SCRIPT_DIR/..

docker build -t riv-deploy ./images/cdk-deploy

docker run -it -v ~/.aws:/root/.aws -v `pwd`:/files -v /var/run/docker.sock:/var/run/docker.sock -w /files --entrypoint bash riv-deploy

popd

Then run: ./docker-deploy/debug.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants