CodeCommit and CodeBuild Basics
Set up version control with CodeCommit and automate code compilation and testing using CodeBuild for your projects.
CI/CD on AWS: The Basics
Welcome to the world of Continuous Integration and Continuous Delivery (CI/CD) on AWS!
CI/CD is a set of practices that help developers deliver code changes more frequently and reliably. It involves automating the steps from code commit to deployment.
In this lesson, we'll explore two fundamental AWS services for CI/CD: CodeCommit for source control and CodeBuild for automated compilation and testing.
Meet AWS CodeCommit
AWS CodeCommit is a fully managed source control service that hosts secure Git-based repositories.
Think of it as AWS's version of GitHub or GitLab, but tightly integrated with other AWS services. It's designed for collaborative software development, allowing teams to store and manage their code securely.
All lessons in this course
- CodeCommit and CodeBuild Basics
- CodeDeploy for EC2/Lambda
- Serverless Application Model (SAM)
- Infrastructure as Code with CloudFormation