From 0652141a550b6bbc4c98661690e7de543fb57bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Pether=20S=C3=B6rling?= Date: Sun, 6 Oct 2024 10:20:38 +0200 Subject: [PATCH] fix dynamodb vpc endpoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: James Pether Sörling --- cloudformation/template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudformation/template.yml b/cloudformation/template.yml index 3f7cb92..d5e8e27 100644 --- a/cloudformation/template.yml +++ b/cloudformation/template.yml @@ -378,7 +378,7 @@ Resources: Action: - "dynamodb:ListTables" Resource: - - "todo" + - !Sub 'arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/global-table' RouteTableIds: - Ref: "RouteTablePrivate1" - Ref: "RouteTablePrivate2"