sondehub-infra/lambda/sign_websocket/__init__.py
Michaela Wheeler ae77f0e933 refactor
2021-12-20 18:13:24 +11:00

3 lines
111 B
Python

def lambda_handler(event, context):
return {"statusCode": 200, "body": "wss://ws-reader.v2.sondehub.org/"}