Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 804 Bytes

CodeCommit.md

File metadata and controls

13 lines (11 loc) · 804 Bytes

AWS CodeCommit

CodeCommit is a fully managed source control service that hosts secure Git-based repositories. It eliminates the need to operate your own source control system or worry about scaling infrastructure.

Useful Links

General Notes

  • Centralized code repository based on Git: store source code, binaries, libraries, images, etc.
  • Enables collaboration: manages updates from multiple users
    • Access managed via IAM
  • Version control: tracks and manages code changes and maintains version history
  • You can configure notifications on repositories, with SNS and CloudWatch