aws-samples / saas-reference-architecture-ecs

This repo provides an end to end SaaS reference architecture implementation using Amazon Elastic Container Service (ECS)
MIT No Attribution
63 stars 22 forks source link

CodeCommit is deprecated, and install script relies on codecommit #18

Closed bschwarz closed 2 months ago

bschwarz commented 3 months ago

install.sh uses CodeCommit. However, CodeCommit has been deprecated, and no new repos can be added. Hence the script will fail.

Hoseong-Seo commented 3 months ago

Thank you for your great interest. Yes, you're right, it was a sudden deprecation. We've been trying to solve it. Before that, If you have any account which already use the CodeCommit, you can do this refs in that account.

Hoseong-Seo commented 2 months ago

Thank you, this is fixed. Now, we migrated to S3 from CodeCommit.