In this video, we'll build and interact with an AWS CodeCommit Repo.
Commands:
aws codecommit list-repositories
aws codecommit get-repository --repository-name ccRepo1
sudo yum update
sudo yum install git -y
git version
git clone YOUR_HTTP_CLONE_URL
aws codecommit create-repository --repository-name ccRepo2
aws codecommit list-repositories
aws codecommit get-repository --repository-name ccRepo2
git clone YOUR_HTTP_CLONE_URL
aws codecommit delete-repository --repository-name ccRepo2