Create infrastructure to call lambda
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
import json
|
||||
|
||||
def lambda_handler(event, context):
|
||||
print(json.dumps(event))
|
Reference in New Issue
Block a user