We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f6dc1 commit d2cb713Copy full SHA for d2cb713
lambda-s3-graalvm/src/main/resources/cloudformation/template-sar.yaml
@@ -830,6 +830,11 @@ Resources:
830
- - Fn::Sub: "arn:${Partition}:s3:::"
831
- Fn::Sub: "formkiq-${FormKiQType}-${AppEnvironment}-staging-${AWS::AccountId}"
832
- '/*'
833
+ - Effect: Allow
834
+ Action:
835
+ - dynamodb:GetItem
836
+ Resource:
837
+ - Fn::Sub: "arn:${Partition}:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${Cache}"
838
- Effect: Allow
839
Action:
840
- dynamodb:BatchGetItem
0 commit comments