395201c
1
2
3
4
5
from mangum import Mangum from litellm.proxy.proxy_server import app handler = Mangum(app, lifespan="on")