removed not longer needed lambda
This commit is contained in:
parent
473339f740
commit
353a28d25e
@ -269,20 +269,8 @@ functions:
|
|||||||
rate: rate(1440 minutes)
|
rate: rate(1440 minutes)
|
||||||
enabled: true
|
enabled: true
|
||||||
- schedule:
|
- schedule:
|
||||||
rate: rate(5 minutes)
|
rate: rate(10 minutes)
|
||||||
enabled: true
|
enabled: false
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
topic: ${self:custom.snsTopic}
|
topic: ${self:custom.snsTopic}
|
||||||
|
Loading…
Reference in New Issue
Block a user