From 2493f17753c0023d2f2d26124cab680258bbd72e Mon Sep 17 00:00:00 2001 From: Gert Wohlgemuth Date: Thu, 24 May 2018 17:35:43 -0700 Subject: [PATCH] working on improving speed --- serverless.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/serverless.yml b/serverless.yml index 49557101a..64ed30f93 100644 --- a/serverless.yml +++ b/serverless.yml @@ -229,6 +229,11 @@ functions: tradeTable: ${self:custom.tradeTable} strategyTable: ${self:custom.strategyTable} + usagePlan: + # we want to use as few lambdas as possible + throttle: + burstLimit: 1 + rateLimit: 1 # schedules all registered strategies on a daily base schedule: