Skip to content

Commit cb425e2

Browse files
author
github-actions
committed
chore: self mutation
Signed-off-by: github-actions <[email protected]>
1 parent af69009 commit cb425e2

File tree

1 file changed

+2
-1
lines changed
  • src/patterns/gen-ai/aws-rag-appsync-stepfn-opensearch

1 file changed

+2
-1
lines changed

src/patterns/gen-ai/aws-rag-appsync-stepfn-opensearch/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,8 @@ export class RagAppsyncStepfnOpensearch extends BaseClass {
536536
actions: [
537537
'rekognition:DetectModerationLabels',
538538
],
539-
resources: ['*'] }));
539+
resources: ['*'],
540+
}));
540541

541542
s3_transformer_job_function_role.addToPolicy(new iam.PolicyStatement({
542543
effect: iam.Effect.ALLOW,

0 commit comments

Comments
 (0)