1

As in the topic, I would like to retrieve the committ list of a given pull request using AWS CodeCommit SDK in JavaScript. Is it at all possible?

1 Answers1

0

That does not seem available (same as in 2016) in the AWS CodeCommit API Reference.

Nothing in what is returned with View pull requests (AWS CLI) would return the list of commits.
The API allows to merge two branches... but not to compare them.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250