some serialization issue

This commit is contained in:
Gert Wohlgemuth
2018-05-20 16:51:54 -07:00
parent d9e3e96d8e
commit ba40a25150
2 changed files with 1 additions and 1 deletions

View File

@@ -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)
}