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