Dec 31, 2025 · 3 min read · Getting Started with AWS CodeCommit As part of my cloud and DevOps learning journey, I recently explored AWS CodeCommit, a fully managed source control service provided by Amazon Web Services. CodeCommit allows teams to host secure and scalable Git-b...
Join discussionNov 30, 2025 · 5 min read · In the rapidly evolving world of cloud-native development, GitOps has emerged as the gold standard for continuous delivery. It shifts the paradigm from manual deployments to a declarative system where your Git repository is the single source of truth...
Join discussion
Apr 20, 2025 · 18 min read · Introduction Continuous Integration and Continuous Deployment (CI/CD) pipelines are essential for modern software development, enabling automated code testing, building, and deployment. AWS offers a suite of services, AWS CodeBuild, AWS CodeCommit, a...
Join discussion
Mar 14, 2025 · 4 min read · Introduction Continuous Integration and Continuous Deployment (CI/CD) is a crucial practice in modern software development. It enables teams to automate the software release process, reducing manual errors and accelerating delivery cycles. AWS, recog...
Join discussion
Feb 5, 2025 · 3 min read · Introduction AWS CodeCommit is a fully managed source control service that enables teams to host secure and scalable Git repositories. In many scenarios, teams need real-time notifications when changes occur in a repository. AWS Simple Notification S...
Join discussion
Dec 13, 2024 · 4 min read · Welcome to Day 49 of my 100-day DevOps journey! Today, we’re diving into AWS CodeCommit, a fully-managed source control service hosted by AWS. It’s an important tool to manage your code repositories securely and efficiently within the AWS ecosystem. ...
Join discussionDec 13, 2024 · 3 min read · In today's guide, I'll walk you through creating a CI/CD pipeline using AWS native services to deploy a simple HTML website. We'll be focusing on AWS CodeCommit and CodeBuild as the first steps in our pipeline. Prerequisites AWS Account with appropr...
Join discussionOct 10, 2024 · 18 min read · DIFFICULTY : mid-level TIME : 2 HOURS COST : 0$ WHAT YOU’LL NEED : An AWS account - Create one here! Visual Studio Code - Download Here! part-1 : Building an WebApp and IDE in AWS Part-2 : Setting up Git reposirtory with AWS CodeCommit. AWS SER...
Join discussion
Sep 15, 2024 · 5 min read · AWS CodeCommit: Your Secure and Scalable Git Repository What is codecommit AWS service? AWS CodeCommit is a fully managed Git repository service that provides secure and scalable source control for your development teams. It's a part of the AWS Code ...
Join discussion