updated serverless config
This commit is contained in:
parent
74533be01e
commit
fa05996fb1
@ -184,6 +184,16 @@ resources:
|
||||
Type: 'AWS::DynamoDB::Table'
|
||||
DeletionPolicy: Retain
|
||||
|
||||
Properties:
|
||||
AttributeDefinitions:
|
||||
-
|
||||
AttributeName: name
|
||||
AttributeType: S
|
||||
-
|
||||
AttributeName: user
|
||||
AttributeType: S
|
||||
|
||||
|
||||
KeySchema:
|
||||
-
|
||||
'AttributeName': 'user'
|
||||
@ -195,4 +205,4 @@ resources:
|
||||
ProvisionedThroughput:
|
||||
ReadCapacityUnits: 1
|
||||
WriteCapacityUnits: 1
|
||||
TableName: ${self:custom.trackingTable}
|
||||
TableName: ${self:custom.strategyTable}
|
||||
|
Loading…
Reference in New Issue
Block a user