Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 607130d

Browse files
Adding Source Model File for DynamoDB updates
Signed-off-by: Christopher Hein <[email protected]>
1 parent 1d657b4 commit 607130d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

models/dynamodb.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ spec:
3434
structKey: RangeAttribute
3535
templateKey: RangeAttribute
3636
properties:
37-
- key: Name
37+
- key: name
3838
type: string
3939
description: |
4040
Name is the name of the range attribute on the table.
4141
structKey: Name
4242
templateKey: RangeAttributeName
43-
- key: Type
43+
- key: type
4444
type: string
4545
default: "S"
4646
description: |
@@ -68,13 +68,13 @@ spec:
6868
structKey: HashAttribute
6969
templateKey: HashAttribute
7070
properties:
71-
- key: Name
71+
- key: name
7272
type: string
7373
description: |
7474
Name is the name of the hashing attribute on the table.
7575
structKey: Name
7676
templateKey: HashAttributeName
77-
- key: Type
77+
- key: type
7878
type: string
7979
default: "S"
8080
description: |

0 commit comments

Comments
 (0)