minor optimizations

This commit is contained in:
Gert Wohlgemuth
2018-05-24 00:31:16 -07:00
parent ad36947fe2
commit 6689c88a7c
3 changed files with 4 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ def get(event, context):
else:
return {
"statusCode": response['ResponseMetadata']['HTTPStatusCode'],
"statusCode": 404,
"body": json.dumps(response)
}