removed not longer needed lambda

This commit is contained in:
Gert Wohlgemuth 2018-06-05 16:07:33 -07:00
parent 473339f740
commit 353a28d25e

View File

@ -269,20 +269,8 @@ functions:
rate: rate(1440 minutes)
enabled: true
- schedule:
rate: rate(5 minutes)
enabled: true
# manual trigger for a longer range
# TODO protect with api key
- http:
path: backtest/{from}/{till}
method: post
cors: true
request:
parameter:
paths:
from: true
till: true
rate: rate(10 minutes)
enabled: false
environment:
topic: ${self:custom.snsTopic}