3 lines
111 B
Python
Raw Normal View History

2021-12-20 17:02:02 +11:00
def lambda_handler(event, context):
return {"statusCode": 200, "body": "wss://ws-reader.v2.sondehub.org/"}