CodeCommit

🚫

This step is required.

  • If you intend to use CodeCommit as your source service this step is required.
  • If not the GitHub configuration is required.

AWS CodeCommit is a secure, highly scalable, fully managed source control service that hosts private Git repositories.

Using the terminal (E.g. CloudShell) perform the following commands. The specific repository name of “document-translation” is not a requirement. You can substitute this name with another name. The name must be unique and is referenced in later steps.

# Defile a repository name
export sourceGitRepo="document-translation"
# Create a CodeCommit repository
aws codecommit create-repository --repository-name ${sourceGitRepo}

Take note of the output provided by the above commands.