Work in Progress
An example ASGI chatroom application and deployment for AWS Lambda & API Gateway.
IMPORTANT
The WebSocket support demonstrated in this example is currently only available in the working branch for WebSocket pubsub in this PR: Kludex/mangum#122. It is in a very experimental/unfinished state atm, so be careful if you attempt to run it.
- Python 3.8
- Starlette
- Serverless Framework
- A WebSocket DSN, either S3 (boto3) or Redis (redis-py)