Simple fix

This commit is contained in:
2020-05-14 05:03:53 -04:00
parent 8294bf4fb3
commit acad28b6bc
2 changed files with 14 additions and 13 deletions

View File

@ -0,0 +1,4 @@
import json
def lambda_handler(event, context):
print(json.dumps(event))