In this recipe, we will clone the application code along with helper files (BuildSpec.yml + Dockerfile + CF template) from GitHub and will mirror it to the CodeCommit repository.
Setting Up CodeCommit for our application source
Getting ready
We will be performing the following operations:
- Creating a repository CC-ECSAPP in CodeCommit
- Cloning the GitHub URL, which has the application code along with the mirror option
- Then we will, push the same cloned application code into the CodeCommit repository CC-ECSAPP
How to do it...
First, create a CodeCommit repository named...