mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
Add mangum.
This commit is contained in:
parent
4d9aa7a3f7
commit
60ca43b6d9
3 changed files with 7 additions and 2 deletions
4
litellm/proxy/lambda.py
Normal file
4
litellm/proxy/lambda.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from mangum import Mangum
|
||||
from litellm.proxy.proxy_server import app
|
||||
|
||||
handler = Mangum(app, lifespan="on")
|
Loading…
Add table
Add a link
Reference in a new issue