removed not longer needed lambda
This commit is contained in:
parent
473339f740
commit
353a28d25e
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user