How To Trigger A CodeBuild Build Using GitHub Webhook

How To Trigger A CodeBuild Build Using GitHub Webhook

Hello Everyone

[…]

In order for CodeBuild to communicate with GitHub, you need to set up an access token for GitHub in AWS CodeBuild. For GitHub, your personal access token must have the following scopes.

[…]

Note: AWS CodeBuild allows setting up of different conditions for your build trigger using GitHub webhook. For simplicity, I am setting the condition for any push event in GitHub. You can refer to AWS documentation to get a complete list of filters.

[…]