From 74533be01e129375ce3b0d44bf3879e9d19ff0b7 Mon Sep 17 00:00:00 2001 From: Gert Wohlgemuth Date: Sat, 19 May 2018 17:23:42 -0700 Subject: [PATCH] working on table schema --- serverless.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/serverless.yml b/serverless.yml index fac704014..46c45aa15 100644 --- a/serverless.yml +++ b/serverless.yml @@ -183,21 +183,6 @@ resources: FreqStrategyTable: Type: 'AWS::DynamoDB::Table' DeletionPolicy: Retain - Properties: - AttributeDefinitions: - - - AttributeName: user - AttributeType: S - - - AttributeName: content - AttributeType: S - - - AttributeName: name - AttributeType: S - - - AttributeName: description - AttributeType: S - KeySchema: -