Skip to content

Commit d2cb713

Browse files
committed
update
1 parent e8f6dc1 commit d2cb713

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lambda-s3-graalvm/src/main/resources/cloudformation/template-sar.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,11 @@ Resources:
830830
- - Fn::Sub: "arn:${Partition}:s3:::"
831831
- Fn::Sub: "formkiq-${FormKiQType}-${AppEnvironment}-staging-${AWS::AccountId}"
832832
- '/*'
833+
- Effect: Allow
834+
Action:
835+
- dynamodb:GetItem
836+
Resource:
837+
- Fn::Sub: "arn:${Partition}:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${Cache}"
833838
- Effect: Allow
834839
Action:
835840
- dynamodb:BatchGetItem

0 commit comments

Comments
 (0)