What is Mangum and when to use it
mainMangum is an adapter designed to run ASGI applications within AWS Lambda. It acts as the bridge between AWS Lambda events and your ASGI application, allowing you to deploy web frameworks to serverless environments.
Supported AWS Event Sources
- API Gateway (both HTTP and REST APIs)
- Application Load Balancer (ALB)
- Lambda Function URLs
- CloudFront Lambda@Edge
Supported Frameworks
It is compatible with any ASGI-compliant framework, including:
- FastAPI
- Starlette
- Quart
- Django