wrote doc and started writing schemas

This commit is contained in:
Gert Wohlgemuth
2018-05-12 08:50:33 -07:00
parent 4ffb8e3bbf
commit b199805c5d
3 changed files with 41 additions and 19 deletions

View File

@@ -120,25 +120,6 @@ functions:
environment:
strategyTable: ${self:custom.strategyTable}
#TODO
# returns the generated Isaac rewards
# for the given strategy
rewards:
memorySize: 128
handler: freqtrade/aws/strategy.rewards
events:
- http:
path: strategies/{name}/rewards
method: get
cors: true
request:
parameter:
paths:
name: true
environment:
strategyTable: ${self:custom.strategyTable}
#TODO
#submits a new strategy to the system
submit: