diff --git a/freqtrade/aws/strategy.py b/freqtrade/aws/strategy.py index b972ac002..61b56384c 100644 --- a/freqtrade/aws/strategy.py +++ b/freqtrade/aws/strategy.py @@ -111,6 +111,7 @@ def code(event, context): content = urlsafe_b64decode(response['Items'][0]['content']) return { + "headers:": {"Content-Type": "text/plain"}, "statusCode": response['ResponseMetadata']['HTTPStatusCode'], "body": str(content) } diff --git a/serverless.yml b/serverless.yml index 26ab94601..cd9b8717c 100644 --- a/serverless.yml +++ b/serverless.yml @@ -83,7 +83,6 @@ package: ############################################################################################ functions: - #TODO #returns all known strategy names from the server #and if they are private or not strategies: