We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af69009 commit cb425e2Copy full SHA for cb425e2
src/patterns/gen-ai/aws-rag-appsync-stepfn-opensearch/index.ts
@@ -536,7 +536,8 @@ export class RagAppsyncStepfnOpensearch extends BaseClass {
536
actions: [
537
'rekognition:DetectModerationLabels',
538
],
539
- resources: ['*'] }));
+ resources: ['*'],
540
+ }));
541
542
s3_transformer_job_function_role.addToPolicy(new iam.PolicyStatement({
543
effect: iam.Effect.ALLOW,
0 commit comments