home.social

#codecommit — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #codecommit, aggregated by home.social.

  1. 🚀 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 🙄.
    github.com/microsoft/vscode/is #Revolution #CodeCommit #Microsoft #TechUpdate #Programming #HackerNews #ngated

  2. 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 thecloudpod.net/?p=21316

  3. 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 thecloudpod.net/?p=21316

  4. #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.

  5. 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.

  6. 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

    makingituptech.substack.com/p/

  7. 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!

    makingituptech.substack.com/p/

  8. 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"
    docs.aws.amazon.com/AWSCloudFo #codecommit #cloudformation

  9. 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.

    github.com/IamFlowZ/migrate-fr
    gist.github.com/IamFlowZ/32d93

    #aws #awscommunity #awscommunitybuilders #codecommit

  10. 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.

    github.com/IamFlowZ/migrate-fr
    gist.github.com/IamFlowZ/32d93

  11. 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:

    aws.amazon.com/blogs/devops/ho

    #amazon #codeCommit #rip

  12. Stardate -298782.2283887372.
    AWS CodeCommit still not able to enforce GPG signed commits?
    Maybe someone has an idea.

  13. @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.

  14. @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.

  15. @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.

  16. @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.

  17. @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.

  18. 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 #SCP

    medium.com/cloud-security/revi

  19. 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.

    medium.com/cloud-security/aws-

  20. 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. :)

    medium.com/cloud-security/clon

  21. Does #CodeCommit know the libraries #AWSLambda adds automatically? Because our code depends on those, and local static analysis will fail without them.

  22. @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.

  23. #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!