AWS Code Commit Ceased Onboarding New Customers
1–10 of 86 posts
Re: AWS Code Commit Ceased Onboarding New Customers
#2Re: AWS Code Commit Ceased Onboarding New Customers
#3Re: AWS Code Commit Ceased Onboarding New Customers
#4Not surprising the ui is not very friendly and getting code in and out when you are not inside the AWS walled garden (need AWS keys) really restricted it
git clone https://git-codecommit.us-east-2.amazonaws.com/v1/repos/foobar
clones a repository named "foobar" in the namespace of the currently logged-in user. So it can give you completely different results with different credentials.Re: AWS Code Commit Ceased Onboarding New Customers
#5I once had high hopes Amazon would be able to build a real GitHub competitor. It's a real shame Amazon doesn't seem to be able to build anything that reaches beyond their walled garden.
I use GitHub Codespaces now for much of my deployment automation.
Codebuild is also a real pain.
Re: AWS Code Commit Ceased Onboarding New Customers
#6I once had high hopes Amazon would be able to build a real GitHub competitor. It's a real shame Amazon doesn't seem to be able to build anything that reaches beyond their walled garden.
Re: AWS Code Commit Ceased Onboarding New Customers
#7I found that blog post: "How to migrate your AWS CodeCommit repository to another Git provider" from 25th July 2024 https://aws.amazon.com/blogs/devops/how-to-migrate-your-aws-...
I wonder how long AWS will keep Code Commit running for their customers who are already using it? I'm guessing many, many years.
Weird that there's no announcement anywhere (that I can find) about CodeCommit ceasing to onboard new customers. Apparently it happened on June 6th but this forum post from July 26th is the only thing that comes up in search.
Re: AWS Code Commit Ceased Onboarding New Customers
#8Re: AWS Code Commit Ceased Onboarding New Customers
#9I once had high hopes Amazon would be able to build a real GitHub competitor. It's a real shame Amazon doesn't seem to be able to build anything that reaches beyond their walled garden.
CodePipeline is another good example of just horrible user experience. You need a lot of hours of training to figure out all the different permissions required to get it all to work. It is a mess. I use GitHub Codespaces now for much of my deployment automation. Codebuild is also a real pain.
Re: AWS Code Commit Ceased Onboarding New Customers
#10Was codecommit like that