added support for more metadata in the strategy
This commit is contained in:
parent
b5a67d44d3
commit
020886324b
@ -258,6 +258,8 @@ functions:
|
||||
strategyTable: ${self:custom.strategyTable}
|
||||
BASE_URL: ${self:custom.customDomain.domainName}/${self:custom.customDomain.stage}
|
||||
|
||||
reservedConcurrency: 1
|
||||
|
||||
# schedules all registered strategies on a daily base
|
||||
schedule:
|
||||
memorySize: 128
|
||||
@ -275,3 +277,5 @@ functions:
|
||||
topic: ${self:custom.snsTopic}
|
||||
tradeTable: ${self:custom.tradeTable}
|
||||
strategyTable: ${self:custom.strategyTable}
|
||||
|
||||
reservedConcurrency: 1
|
||||
|
Loading…
Reference in New Issue
Block a user