Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws
This commit is contained in:
commit
7320b60343
@ -185,6 +185,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'
|
||||||
@ -196,4 +206,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