This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Description
During the pipeline steps, the forked repo has the legacy 'master' branch, but copilot pipeline.yml sets the default to main. This leads to the pipeline failing with codepipeline complaining that there is no branch 'main'
This can be worked around by editing ecsdemo-frontend/copilot/pipeline.yml and changing the branch to 'master' and then updating the pipeline with copilot pipeline update
I think the long term fix is to rename the master repo, but I'm leaving the note above as a workaround until then