I am working on automation of deployments. We have a requirement where it's required to deploy specific branches master/testing/dev etc from github to AWS.
I tried with CodeDeploy, which is working, but it requires a commit-id always. Is it possible with AWS to deploy a specific branch from Github. It would be better if it's from AWS management console as non-technical users are also deploying. Thank you.