From 5b14ed9eed9687e185ce9fb55e3191f60cd88455 Mon Sep 17 00:00:00 2001 From: Karen Shaw Date: Thu, 2 May 2024 19:32:23 +0000 Subject: [PATCH] Typo in template --- template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yaml b/template.yaml index f25f0b06..39cc86e4 100644 --- a/template.yaml +++ b/template.yaml @@ -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