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"