CodeCommit

hosts private Git repositories

Overview

  • Your private Github/GitLab liked host.

  • Data of your repo is stored in S3, DynamoDB so you will have all the high scalability, availability, and durability...benefits from them.

  • Serverless.

Features

Usage

# install git
sudo yum install -y git

# config git
git config --global credential.helper '!aws codecommit credential-helper $@'
git config --global credential.UseHttpPath true

Trivia

  • AWS CodeCommit allows you to create as many repositories as you need, with no size limits. Unlimited repo.

Last updated