Pull Requests play a critical part in the software development process. They ensure that a developer’s proposed code changes are reviewed by relevant parties before code is merged into the main codebase.

https://aws.amazon.com/codebuild/: AWS service to perform code review and send the result to AWS CodeCommit repository as pull request comment.

Navigate to the AWS CodeCommit repository pull request page in https://aws.amazon.com/console/ and check under the Activity tab to confirm the automated code review result being displayed as the latest comment.

In this blog post we’ve shown how using AWS CodeCommit and AWS CodeBuild services customers can automate their pull request review process by utilising Amazon EventBridge events and using their own choice of code quality tool.

Related Articles