fix: add batch eval and recommendation IAM permissions to docs#1113
fix: add batch eval and recommendation IAM permissions to docs#1113
Conversation
|
Thanks for adding these permissions. One issue worth addressing before merge: The In the new "Batch evaluation and recommendations" table:
I also couldn't find any references to If the service is invoking batch eval / recommendation APIs server-side on behalf of the user when Options to address this:
The |
Coverage Report
|
Summary
Adds missing IAM permissions to docs policy files for batch evaluation and recommendations:
Also applied logs:PutRetentionPolicy to the e2e-github-actions role in the test account.
Context
E2E batch eval tests were failing with 403 on PutRetentionPolicy -- the batch eval API sets a retention policy on its results log group.
Test plan