some serialization issue
This commit is contained in:
parent
d9e3e96d8e
commit
ba40a25150
@ -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)
|
||||
}
|
||||
|
@ -83,7 +83,6 @@ package:
|
||||
############################################################################################
|
||||
functions:
|
||||
|
||||
#TODO
|
||||
#returns all known strategy names from the server
|
||||
#and if they are private or not
|
||||
strategies:
|
||||
|
Loading…
Reference in New Issue
Block a user