Neat tool! Not sure I agree with the choices on the AWS side, particularly lambda and dynamo. They seem great when you first start, but I've found the pain comes with maturing code. As professionals, we should always plan for our code to live longer than we thought originally, and supporting new use cases not in the initial design. A cheap always on server and a hosted RDBMS are going to go a lot further for next to…
> Neat tool! thanks! (author here not OP) lambda/api/dynamo is just a start. I have very clear vision where i want to take this and it's not limited to lambda/api/dynamo. but these are easier to start with before you get to VPC, NAT, security groups etc. etc.
Stelvio: Serverless AWS for Python Devs
21–27 of 27 posts
Re: Stelvio: Serverless AWS for Python Devs
#22Re: Stelvio: Serverless AWS for Python Devs
#23I think it's amazing the python community has like 5 half baked solutions to this problem, all of which are either abandoned, poorly monetized, or have a janky UI. I mean we have: Zappa, Chalice, Serverless, and if you attempt to do it yourself, do you use Cloudformation, CDK, or AWS SAM?
Following with interest, I think there is room for better tool in this space.
Re: Stelvio: Serverless AWS for Python Devs
#24I recently made a serverless lambda/dynamo webapp following similar patterns and wrote about the experience here: https://johnscolaro.xyz/blog/serverless-python-websites I think it's amazing the python community has like 5 half baked solutions to this problem, all of which are either abandoned, poorly monetized, or have a janky UI. I mean we have: Zappa, Chalice, Serverless, and if you attempt to do it yourself, do y…
I wrote my own thinking here https://blog.stelvio.dev/why-i-am-building-stelvio/
I 'm working hard on Stelvio hoping it can become the best tool to do infra in Python.
Btw. If you'd be willing to share more details about what you want/miss in python cloud tooling could you drop me an email at michal at stelvio.dev ? I'm happy to talk. Applies to other interested people too!
Re: Stelvio: Serverless AWS for Python Devs
#25Surprised 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.
Re: Stelvio: Serverless AWS for Python Devs
#26Earlier quoted context omitted.
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.
Re: Stelvio: Serverless AWS for Python Devs
#27This looks to be exactly what I was looking for. When you are production ready this is something I'll use.