Create infrastructure to call lambda

This commit is contained in:
2020-05-14 04:39:51 -04:00
parent af8931e2db
commit d577cd02ef
6 changed files with 186 additions and 1 deletions

View File

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