How to access AWS CodeBuild reports in a Lambda?
Solution 1:
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/codebuild.html#CodeBuild.Client.batch_get_reports was exactly what I was looking for. Searched around and couldn't see it, and here it is! describe_test_cases()
is exactly what I needed for this.
Thanks for the link @jingx