mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-02-05 10:19:13 +00:00
6 lines
92 B
Python
6 lines
92 B
Python
import json
|
|
|
|
#place holder
|
|
|
|
def lambda_handler(event, context):
|
|
print(json.dumps(event)) |