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

Commit

Permalink
Adding Source Model File for DynamoDB updates
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hein <me@christopherhein.com>
  • Loading branch information
christopherhein committed Oct 4, 2018
1 parent 1d657b4 commit 607130d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions models/dynamodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ spec:
structKey: RangeAttribute
templateKey: RangeAttribute
properties:
- key: Name
- key: name
type: string
description: |
Name is the name of the range attribute on the table.
structKey: Name
templateKey: RangeAttributeName
- key: Type
- key: type
type: string
default: "S"
description: |
Expand Down Expand Up @@ -68,13 +68,13 @@ spec:
structKey: HashAttribute
templateKey: HashAttribute
properties:
- key: Name
- key: name
type: string
description: |
Name is the name of the hashing attribute on the table.
structKey: Name
templateKey: HashAttributeName
- key: Type
- key: type
type: string
default: "S"
description: |
Expand Down

0 comments on commit 607130d

Please sign in to comment.