Files
ThingsBoard/Report Generator/lambda-python3.12/tbreport/handler.py
2024-07-31 14:02:59 -05:00

6 lines
161 B
Python

import json
def handler(event, context):
# Log the event argument for debugging and for use in local development.
print(json.dumps(event))
return {}