Change dir into the git repo and create develop branch
cd aws-devops-workshop git checkout -b develop
Set upstream origin to develop and push changes
git push --set-upstream origin develop
Leave this tab open