Developer Tools
AWS CodeCommit
Fully managed private Git repositories.
Official docsOverview
CodeCommit hosts Git repos with IAM-based access, encryption at rest, and integration with CodePipeline & CodeBuild.
When to use it
- Teams that want Git inside AWS with IAM auth
- Compliance scenarios needing repos in a specific AWS region
Setup
- Create repo → configure git credentials helper or SSH keys via IAM.
- Clone: `git clone https://git-codecommit.us-east-1.amazonaws.com/v1/repos/my-repo`.
How to use
Trigger pipeline on push
Use EventBridge rule on CodeCommit Repository State Change.
QA use cases
- Store test data fixtures alongside code; trigger fixture-validation pipeline on push.
