working on table schema

This commit is contained in:
Gert Wohlgemuth 2018-05-19 17:23:42 -07:00
parent b556dafc1a
commit 74533be01e

View File

@ -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:
- -