mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2024-12-21 06:03:11 +00:00
3 lines
111 B
Python
3 lines
111 B
Python
|
def lambda_handler(event, context):
|
||
|
return {"statusCode": 200, "body": "wss://ws-reader.v2.sondehub.org/"}
|