jordaneremieff / mangum

AWS Lambda support for ASGI applications
https://mangum.io/
MIT License
1.67k stars 119 forks source link

mangum.io Domain Expired #322

Open jglien opened 3 months ago

jglien commented 3 months ago

I know this might not be the right place for this, but the docs site domain has expired and the site is down.

edit: this implies that this project may have been abandoned. For others looking for the doc site and finding this go here https://github.com/jordaneremieff/mangum/blob/main/docs/index.md

kailukowiak commented 3 months ago

edit: this implies that this project may have been abandoned.

@jglien, Do you know of any alternatives that exist? I see some but most of the ones I search for are using Mangum on the backend. I guess I could use AWS Lambda Powertools but it is really nice having local development/testing on fastapi and then wrapping the app in a handler.

jglien commented 3 months ago

edit: this implies that this project may have been abandoned.

@jglien, Do you know of any alternatives that exist? I see some but most of the ones I search for are using Mangum on the backend. I guess I could use AWS Lambda Powertools but it is really nice having local development/testing on fastapi and then wrapping the app in a handler.

@kailukowiak The official solution provided by AWS is AWS Lambda Web Adapter. However, this is just something that sits in front of your web app and forwards requests, it doesn't run as part of your app like Mangum.

lukewiwa commented 1 month ago

Looks like the domain has been picked up by someone else and had AI blog spam dumped in there.

kailukowiak commented 1 month ago

@lukewiwa I hope they are at least using Mangum to run the blog 🤣