No surprise here, I wouldn't be surprised to see them deprecate more of the "devops" tools on the platform as they have been frozen in amber for years.
Seems like a better link would be <a href="https://repost.aws/questions/QUshILm0xbTjWJZSD8afYVgA/codecommit-cannot-create-a-repository#ANa5lXt9nwSiGyN8fGlmOA-Q" rel="nofollow">https://repost.aws/questions/QUshILm0xbTjWJZSD8afYVgA/codeco...</a><p>They have stopped onboarding new accounts, but from what I can see they don't say anywhere that it is "deprecated" or that it will be shut down in any foreseeable future.<p>AWS are usually very good in keeping services/features for people already using them, but will stop allowing new users when they don't want to push a service.
Do we actually know that it is being deprecated or just stopping the ability to set it up on a new account?<p>I don't see anything official from AWS stating this. The other link mentions it will still get security fixes but no new features, but no indication of it ever being discontinued.<p>Is it possible that they simply are working on something new and want to minimize the migration at a later point? (I guess that is still technically deprecating CodeCommit if its something new, but its a difference).
I have some personal projects for which I use a Terraform stack to build out a CodeBuild-based pipeline. It was very convenient to create a CodeCommit repo because all of the access could be defined via IAM without the need for any Github Personal Access Tokens. Doesn't seem like I'm in any immediate threat of having to change that, but I guess I'll have to adopt a different strategy for new projects.