working on table schema
This commit is contained in:
parent
b556dafc1a
commit
74533be01e
@ -183,21 +183,6 @@ resources:
|
|||||||
FreqStrategyTable:
|
FreqStrategyTable:
|
||||||
Type: 'AWS::DynamoDB::Table'
|
Type: 'AWS::DynamoDB::Table'
|
||||||
DeletionPolicy: Retain
|
DeletionPolicy: Retain
|
||||||
Properties:
|
|
||||||
AttributeDefinitions:
|
|
||||||
-
|
|
||||||
AttributeName: user
|
|
||||||
AttributeType: S
|
|
||||||
-
|
|
||||||
AttributeName: content
|
|
||||||
AttributeType: S
|
|
||||||
-
|
|
||||||
AttributeName: name
|
|
||||||
AttributeType: S
|
|
||||||
-
|
|
||||||
AttributeName: description
|
|
||||||
AttributeType: S
|
|
||||||
|
|
||||||
|
|
||||||
KeySchema:
|
KeySchema:
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user