#codecommit — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #codecommit, aggregated by home.social.
-
🚀 Ah, another riveting update on how a glorified autocomplete is revolutionizing commit messages 🎉! Because nothing screams "cutting-edge" like #AI scribbling "Co-authored-by: Copilot" in yet another line of your unmanageable code spaghetti 🍝. Microsoft's #VSCode team bravely tackles the monumental task of... branding 🙄.
https://github.com/microsoft/vscode/issues/314311 #Revolution #CodeCommit #Microsoft #TechUpdate #Programming #HackerNews #ngated -
AWS Makes Kubernetes Conversational AWS finally hit Ctrl-Z on the CodeCommit deprecation, thanks to user complaints. It's back to GA (with some caveats for 2026). We break down the new timeline and why AWS is finally letting you log in like a normal human. #thecloudpod #codecommit #backfromthedead https://www.thecloudpod.net/?p=21316
-
AWS Makes Kubernetes Conversational AWS finally hit Ctrl-Z on the CodeCommit deprecation, thanks to user complaints. It's back to GA (with some caveats for 2026). We break down the new timeline and why AWS is finally letting you log in like a normal human. #thecloudpod #codecommit #backfromthedead https://www.thecloudpod.net/?p=21316
-
#aws #codecommit is back.
The decision was wrong. Happy that this was revised.
https://aws.amazon.com/blogs/devops/aws-codecommit-returns-to-general-availability/
-
#protip for those of you who use #AWS #CodeCommit for a #CICD repository, and pipe build artifacts to an S3 bucket: turn off versioning of the bucket objects. The pipeline won't update only changed objects: it will load all objects into the S3 bucket. That causes absolutely massive amounts of object versions, even if the number of files is small. And removing them afterwards is a pain.
-
AWS Labs 拿 Amazon S3 搞了 Git Remote?還有 AWS CodeCommit 落日計畫...
昨天看到「S3 as a Git remote and LFS server (github.com/awsla
#AWS #Cloud #Computer #Murmuring #Network #Programming #Service #Software #amazon #aws #cloud #code #codecommit #commit #deprecation #git #labs #remote #service
-
AWS is curtailing support for #CodeCommit 😢
I mean it’s not awesome but migrating sucks. Do I want to put my code into the hands of #Microsoft (#github)?
Ugh.
-
With the recent news about CodeCommit, I’ve put together some scripts and this guide to help people migrate to other Source Control providers. Feel free to comment with any questions or concerns you might have!
#aws #awscommunity #awscommunitybuilders #devops #cicd #codecommit #github #git
https://makingituptech.substack.com/p/how-to-migrate-from-codecommit
-
With the recent news about CodeCommit, I’ve put together some scripts and this guide to help people migrate to other Source Control providers. Feel free to comment with any questions or concerns you might have!
#aws #awscommunity #awscommunitybuilders #devops #cicd #codecommit #github #git
https://makingituptech.substack.com/p/how-to-migrate-from-codecommit
-
Wait, did Amazon just kill #AWS #CodeCommit
-
Updated AWS::CodeCommit::Repository Code
AWS CodeCommit is no longer available to new customers. Existing customers of AWS CodeCommit can continue to use the service as normal. Learn more"
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html #codecommit #cloudformation -
With the treatment CodeCommit has gotten, I put together a couple bash scripts last night that should help with migrating away. The script boils down to adding the new remote via url and then optionally pushing to the new remote and updating the local repositories to use the new remote as origin. It’s available both as a repository you can clone and a gist if you just want the script.
https://github.com/IamFlowZ/migrate-from-code-commit
https://gist.github.com/IamFlowZ/32d93a21984ed829ac96984596a6c8b4 -
With the treatment CodeCommit has gotten, I put together a couple bash scripts last night that should help with migrating away. The script boils down to adding the new remote via url and then optionally pushing to the new remote and updating the local repositories to use the new remote as origin. It’s available both as a repository you can clone and a gist if you just want the script.
https://github.com/IamFlowZ/migrate-from-code-commit
https://gist.github.com/IamFlowZ/32d93a21984ed829ac96984596a6c8b4 -
So Amazon have stopped any new users from using CodeCommit ☠️
Although I've not used it in years & not wanting to take them saying existing users are safe - time to archive the repo's I do have there, even if they are certainly obsolete, there might be stuff that's still useful historically 😞
How to migrate your AWS CodeCommit repository to another Git provider:
-
Stardate -298782.2283887372.
AWS CodeCommit still not able to enforce GPG signed commits?
Maybe someone has an idea. -
Updated AWS::CodeCommit::Repository Code
Use the KmsKeyId property to encrypt and decrypt the repository.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html #codecommit #cloudformation -
How to connect OpenShift Pipelines using AWS CodeCommit https://developers.redhat.com/articles/2023/11/13/how-connect-openshift-pipelines-using-aws-codecommit
#redhat #OpenShift #aws #CodeCommit -
Clone a CodeCommit Repository in a Lambda Function
~~
ACM.353 This took way longer than it should have to figure out
~~
#aws #lambda #codecommit #git #clone -
@jeremydaly
I am disappointed that #CodeWhisperer customization does not work (or I at least can't figure it out) on #CodeCommit 😕 .. hopefully they'll get to it one day. -
@jeremydaly
I am disappointed that #CodeWhisperer customization does not work (or I at least can't figure it out) on #CodeCommit 😕 .. hopefully they'll get to it one day. -
@jeremydaly
I am disappointed that #CodeWhisperer customization does not work (or I at least can't figure it out) on #CodeCommit 😕 .. hopefully they'll get to it one day. -
@jeremydaly
I am disappointed that #CodeWhisperer customization does not work (or I at least can't figure it out) on #CodeCommit 😕 .. hopefully they'll get to it one day. -
@jeremydaly
I am disappointed that #CodeWhisperer customization does not work (or I at least can't figure it out) on #CodeCommit 😕 .. hopefully they'll get to it one day. -
Revisiting The Generic Lambda Function Objective
~~
ACM.346 Create a #Lambda function to push changes in #CodeCommit to an #S3 bucket — The Function
~~
#Lambda #IAM #SCPhttps://medium.com/cloud-security/revisiting-the-generic-lambda-function-objective-94012345a797
-
AWS CodeCommit Triggers
~~
ACM.345 Seeking an #AWS #CodeCommit #trigger event for GitPush
~~
I explored whether I can trigger copying files to an S3 bucket with a trigger when I push files to AWS CodeCommit. Turned out to be a bit of a research project.https://medium.com/cloud-security/aws-codecommit-triggers-06fe3924deb0
-
In this post we get things working to clone a repo from #GitHub to #AWS #CodeCommit but I show you what not to do. I’ve already deleted those credentials. Hopefully today I’ll show you how to fix it. And if it works out, how to sort of enforce #MFA to #clone a GitHub repo even though GitHub doesn’t support it. AWS CodeCommit does. We’ll see if I can work this out. :)
https://medium.com/cloud-security/cloning-a-github-repo-to-aws-codecommit-40d10cedaf0c
-
Anybody know any good reasons to use #AWS #CodeCommit instead of #GitHub?
-
The 7 Best GitHub Alternatives for Hosting Your Project
#beanstalk #bitbucket #codecommit #git #github #gitkraken #gitlab #rhodecode #sourceforge
https://www.makeuseof.com/tag/best-github-alternatives/?utm_medium=erik.in&utm_source=mastodon
-
The 7 Best GitHub Alternatives for Hosting Your Project
#beanstalk #bitbucket #codecommit #git #github #gitkraken #gitlab #rhodecode #sourceforge
https://www.makeuseof.com/tag/best-github-alternatives/?utm_medium=erik.in&utm_source=mastodon
-
The 7 Best GitHub Alternatives for Hosting Your Project
#beanstalk #bitbucket #codecommit #git #github #gitkraken #gitlab #rhodecode #sourceforge
https://www.makeuseof.com/tag/best-github-alternatives/?utm_medium=erik.in&utm_source=mastodon
-
The 7 Best GitHub Alternatives for Hosting Your Project
#beanstalk #bitbucket #codecommit #git #github #gitkraken #gitlab #rhodecode #sourceforge
https://www.makeuseof.com/tag/best-github-alternatives/?utm_medium=erik.in&utm_source=mastodon
-
The 7 Best GitHub Alternatives for Hosting Your Project
#beanstalk #bitbucket #codecommit #git #github #gitkraken #gitlab #rhodecode #sourceforge
https://www.makeuseof.com/tag/best-github-alternatives/?utm_medium=erik.in&utm_source=mastodon
-
Does #CodeCommit know the libraries #AWSLambda adds automatically? Because our code depends on those, and local static analysis will fail without them.
-
Does #AWSCodePipeline help lint / analyze the code quality of #AWSLambda functions? What if we #git to #CodeCommit?
-
@MstrsObserver Yes, I am!
I'm not doing #EKS or any containering / clustering / terraforming at the moment.
But I am looking to convert my data integration applications into #AWSLambda applications.
We already use AWS #CodeCommit as start of the #CodePipeline. I had to stop there because at the time I didn't know #Gradle well enough and it was the only build tool they supported back then.
Now I know #Gradle. Now I seek to know #Lambda, too. -
#TodayILearned that #AWS #CodeCommit, a private and encrypted #git source code control repository, has a limit on how much source code it can show from a file.
That's because I exceeded it and got met with an error: "This object exceeds the max size for retrieval via the API. Use the git client to retrieve the file."
I guess 45MB is too much for it to show!