We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb2b0a commit 8c18463Copy full SHA for 8c18463
tools/lambda-promtail/template-eventbridge.yaml
@@ -88,7 +88,7 @@ Resources:
88
- Effect: Allow
89
Action:
90
- s3:GetObject
91
- Resource: arn:aws:s3:::thepalbi-lambda-lb-access-logs/*
+ Resource: !Sub 'arn:aws:s3:::${EventSourceS3Bucket}/*'
92
RoleName: iam_for_lambda
93
LambdaPromtailFunction:
94
Type: AWS::Lambda::Function
0 commit comments