We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401310b commit 1a354d9Copy full SHA for 1a354d9
source/cloudformation/s3auditor_cf.template
@@ -725,6 +725,7 @@ Resources:
725
Principal:
726
Service:
727
- lambda.amazonaws.com
728
+ - apigateway.amazonaws.com
729
Condition: {}
730
Action:
731
- 'sts:AssumeRole'
@@ -735,6 +736,7 @@ Resources:
735
736
- 'arn:aws:iam::aws:policy/AmazonOpenSearchServiceFullAccess'
737
- 'arn:aws:iam::aws:policy/AmazonSSMReadOnlyAccess'
738
- 'arn:aws:iam::aws:policy/AmazonSQSFullAccess'
739
+ - 'arn:aws:iam::aws:policy/service-role/AWSLambdaRole'
740
Policies:
741
- PolicyName: s3AuditorWriteToExportBucket
742
PolicyDocument:
0 commit comments