Hacker News new | ask | show | jobs
by globular-toast 456 days ago
Surprised to not see a comparison Serverless Framework: https://www.serverless.com/

The above recently did a rug pull and being developed in JS means it's not great for Python devs to maintain an open source version, so good to see alternatives in Python.

3 comments

There is also Mangum [0], which can wrap up any ASGI app and deploy it as a lambda.

[0] https://mangum.fastapiexpert.com/

There's a maintained drop-in replacement called osls: https://github.com/oss-serverless/serverless
Eugh. What rug pull do you mean?
Serverless Framework changed their license terms in v4 to a paid model. It’s also not getting a lot of new development or community support anymore. It’s slowly dying and time to move off of it.