AWS CodeCommit Support¶
Power Pack adds support for using Review Board for code review when using AWS CodeCommit for Git source code hosting.
AWS CodeCommit offers Git hosting for teams using Amazon Web Services, with access managed by IAM policies.
Adding a Repository¶
To review code in a CodeCommit repository, you will need to set up and link an IAM account that has full access to your CodeCommit repositories, and then configure each repository in Review Board.
See our guide on configuring AWS CodeCommit repositories for details.
RBTools Support¶
The RBTools command line tools include support for posting changes against AWS CodeCommit repositories. We recommend using RBTools to post, update, and land your review requests.
See the rbt post documentation for details on how to post changes for review using Git.
Using RBTools with Git covers the standard workflows when working with Git repositories.