AWS Code Commit Introduction
Before pushing the application code to servers it needs to be stored somewhere.
Developers usually store code in a repository, using Git Technology (UCS System).
A Famous public offering is GitLab, GitHub, BitBucket which are AWS’s competing prodducts for code-commit.
- It is a source control service that hosts GitBased repositories.
- Makes it easy to collaborate with others on code.
- The code changes are automatically versioned.
Benifits of using Code Commit
- Fully Managed
- Scalable & Highly Available
- Private, Secure & Highly integrated with AWS!