Running Streamlit on Serverless

Would it be possible to use https://erm.github.io/mangum/ (adapter for using ASGI applications with AWS Lambda & API Gateway) to run Streamlit? Some people were able to run FastAPI this way: https://iwpnd.pw/articles/2020-01/deploy-fastapi-to-aws-lambda.

Thanks!