Skip to content

Commit 295e1a6

Browse files
committed
fix dynamo table def
1 parent 7455a66 commit 295e1a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudformation/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ Resources:
117117
AttributeDefinitions:
118118
- AttributeName: id
119119
AttributeType: S
120+
- AttributeName: host
121+
AttributeType: S
120122
KeySchema:
121123
- AttributeName: id
122124
KeyType: HASH

0 commit comments

Comments
 (0)