From d5e94b05273ff6e0889e01230df81ca2354bbd93 Mon Sep 17 00:00:00 2001 From: Jonathan Williams Date: Mon, 13 Nov 2023 18:47:33 -0500 Subject: [PATCH] fix table reference --- template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yaml b/template.yaml index a8f2c8e..321bc7e 100644 --- a/template.yaml +++ b/template.yaml @@ -96,7 +96,7 @@ Resources: Action: "*" # Allow user to write rules to the DynamoDB table. - Effect: Allow - Resource: !Sub arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${AccessControlDynamoDB} + Resource: !Sub arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${TempAccessControlDynamoDB} Action: - dynamodb:PutItem - dynamodb:GetItem