Skip to content

Commit

Permalink
feat(visualqa): review comments implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinesh Sajwan committed Mar 11, 2024
2 parents 09d5a6c + cb425e2 commit b04c1e1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,8 @@ export class RagAppsyncStepfnOpensearch extends BaseClass {
actions: [
'rekognition:DetectModerationLabels',
],
resources: ['*'] }));
resources: ['*'],
}));

s3_transformer_job_function_role.addToPolicy(new iam.PolicyStatement({
effect: iam.Effect.ALLOW,
Expand Down

0 comments on commit b04c1e1

Please sign in to comment.