Jump to >

AWS CodeCommit Repositories

Note

AWS CodeCommit support requires a license of Power Pack. You can download a trial license or purchase a license for your team.

Review Board supports posting and reviewing code on Git repositories hosted on AWS CodeCommit.

To simplify posting changes to Review Board, we recommend using RBTools. This ensures that the diffs are in the correct format, and makes managing review requests much easier. See Using RBTools with Git for more information.

Adding the Repository

To configure a CodeCommit repository, first proceed to add the repository and select AWS CodeCommit from the Hosting type field.

Step 2: Provide Repository Information

Next, you’ll need to fill out the following fields:

AWS region:

The region where your CodeCommit repository is hosted. For example, us-east-1.

Repository name:

The name of the repository as configured on CodeCommit. This is the same name you would find in your clone URL.

Step 3: Choose a Bug Tracker

You can specify a bug tracker on another service. CodeCommit, at the time of this writing, does not provide one, but you can choose one on another service or provide a custom URL to your own bug tracker.

Learn more about bug tracker configuration.

Step 4: Manage Access Control

You can now choose who should have access to this repository (both posting against it and viewing review requests posted against it). This is separate from CodeCommit’s own access controls.

Learn more about access control.

Step 5: Save the Repository

At this point, you should be able to save the repository. If saving succeeds, you’re done! You can start posting changes for review.