sondehub-infra/lambda/sign_websocket/__init__.py

3 lines
111 B
Python
Raw Normal View History

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