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