I am trying to create the following CI stream with standard AWS tools: run the commit assembly when the Pull Request on Github is created or updated. Or start building any branch on my command. It is very similar to what Codeship, Travis and many other CI services offer.
Is this possible with CodeBuild + CodePipeline? I noticed that I have to specify the exact branch in CodePipeline and, unfortunately, could not find how to integrate Github Pull requests into it. Maybe I missed it?
amazon-web-services aws-codepipeline
elgris
source share