This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.

4 lines
77 B
Python
Raw Normal View History

2020-05-14 04:39:51 -04:00
import json
def lambda_handler(event, context):
print(json.dumps(event))