Added report generator for thingsboard
This commit is contained in:
6
Report Generator/lambda-python3.12/tbreport/handler.py
Normal file
6
Report Generator/lambda-python3.12/tbreport/handler.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import json
|
||||
def handler(event, context):
|
||||
# Log the event argument for debugging and for use in local development.
|
||||
print(json.dumps(event))
|
||||
|
||||
return {}
|
||||
Reference in New Issue
Block a user