Fixed OpenAPI body parser auto-casting
This commit is contained in:
@@ -3,7 +3,7 @@ import urllib.parse
|
||||
import requests
|
||||
import os
|
||||
|
||||
#print('Loading function')
|
||||
print('Loading function')
|
||||
|
||||
def lambda_handler(event, context):
|
||||
#print("Received event: " + json.dumps(event, indent=2))
|
||||
|
||||
Reference in New Issue
Block a user