2023-08-24 18:08:27 +09:30

6 lines
92 B
Python

import json
#place holder
def lambda_handler(event, context):
print(json.dumps(event))