Skip to content

Commit

Permalink
Typo in template
Browse files Browse the repository at this point in the history
  • Loading branch information
kdid committed May 2, 2024
1 parent 54f26f4 commit 5b14ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ Resources:
Effect: Allow
Action:
- s3:GetObject
Resource: !Sub "arn:aws:s3:::${pyramidBucket}/*"
Resource: !Sub "arn:aws:s3:::${PyramidBucket}/*"
Events:
ApiGet:
Type: HttpApi
Expand Down

0 comments on commit 5b14ed9

Please sign in to comment.