Skip to content

Commit 3587afc

Browse files
authored
fix dynamodb vpc endpoint (#472)
Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
1 parent 31e16f5 commit 3587afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Resources:
378378
Action:
379379
- "dynamodb:ListTables"
380380
Resource:
381-
- "todo"
381+
- !Sub 'arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/global-table'
382382
RouteTableIds:
383383
- Ref: "RouteTablePrivate1"
384384
- Ref: "RouteTablePrivate2"

0 commit comments

Comments
 (0)