CodeCommit in Action

Learn how to work with your repositories in CodeCommit.

Overview

AWS CodeCommit lets us manage source code and other files right from the AWS Management Console, the AWS Command Line Interface (CLI), or using Git after connecting to a repository from a local machine. We will explore how to use the CLI to do the following:

  • Create a new repository.
  • Create a new branch.
  • Delete a branch or repository.
Press + to interact

Working with the CodeCommit repository

It is important to first create an IAM user with the privilege to interact with CodeCommit. We could create an IAM user with administrator privileges and then use the aws configure command to set credentials and continue creating resources using the AWS CLI.

Creating a repository

...