Skip to content

Commit

Permalink
Fix path in CFT so retry has access to the proper s3 prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrcho committed Aug 16, 2024
1 parent 94fda6f commit 949e630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/logs_monitoring/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ Resources:
Condition:
StringLike:
s3:prefix:
- "retry/*"
- "failed_events/*"
- "log-group-cache/*"
Effect: Allow
- !Ref AWS::NoValue
Expand Down

0 comments on commit 949e630

Please sign in to comment.