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'
|
||||
DeletionPolicy: Retain
|
||||
|
||||
Properties:
|
||||
AttributeDefinitions:
|
||||
-
|
||||
AttributeName: name
|
||||
AttributeType: S
|
||||
-
|
||||
AttributeName: user
|
||||
AttributeType: S
|
||||
|
||||
|
||||
KeySchema:
|
||||
-
|
||||
'AttributeName': 'user'
|
||||
@ -196,4 +206,4 @@ resources:
|
||||
ProvisionedThroughput:
|
||||
ReadCapacityUnits: 1
|
||||
WriteCapacityUnits: 1
|
||||
TableName: ${self:custom.trackingTable}
|
||||
TableName: ${self:custom.strategyTable}
|
||||
|
Loading…
Reference in New Issue
Block a user