added support for more metadata in the strategy

This commit is contained in:
Gert Wohlgemuth 2018-06-05 17:26:14 -07:00
parent b5a67d44d3
commit 020886324b

View File

@ -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