> For the complete documentation index, see [llms.txt](https://mamawhocode.gitbook.io/aws/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mamawhocode.gitbook.io/aws/services/devtools/cicd/codecommit.md).

# 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

<pre class="language-bash"><code class="lang-bash"><strong># install git
</strong><strong>sudo yum install -y git
</strong><strong>
</strong><strong># config git
</strong>git config --global credential.helper '!aws codecommit credential-helper $@'
git config --global credential.UseHttpPath true
</code></pre>

## Trivia

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