From c97ff7070293f44c82dda7eb98ecd4855f5e5e5b Mon Sep 17 00:00:00 2001 From: Gert Wohlgemuth Date: Thu, 24 May 2018 19:47:45 -0700 Subject: [PATCH] added support to get the temp directory --- serverless.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/serverless.yml b/serverless.yml index faf5bb2f6..c61179f26 100644 --- a/serverless.yml +++ b/serverless.yml @@ -217,6 +217,9 @@ functions: #backtests the strategy + #should be switched to utilze aws fargate instead + #and running a container + #so that we can evaluate long running tasks backtest: memorySize: 128 handler: freqtrade/aws/backtesting_lambda.backtest