Viewing profile — michal-stlv
michal-stlv
HN member- Joined
- Fri, Feb 14, 2025, 1:19 PM UTC
- HN karma
- 26
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About michal-stlv
No profile information was provided.
Recent public activity
-
comment
Comment #46888507
> but maybe some sort of short and sweet “us vs them” comparison on the home page would make that sell easier. You're totally right and we will fix that and improve website and rea…
-
comment
Comment #46874021
This made my day. Would love to hear how it goes if you try it - team@stelvio.dev or just open an issue. Thanks for the encouragement!
-
comment
Comment #46868463
Just to make it explicit, I (author) did not downvoted you. Both me and sebst (co-author) tried to answer everybody and did so politely. We respect other opinions and Stelvio (as a…
-
comment
Comment #46867990
Thank you for valuable feedback. 1. Not yet but coming soon. 2. Essentially yes, Stelvio is wrapper around Pulumi, using it mainly for state management and as an escape hatch in ca…
-
comment
Comment #46863642
You're right, second link was broken. Fixed now. Thank you so much for taking time to check this again. If you need any help with stelvio have any more feedback to share please hit…
-
comment
Comment #46863082
thanks for taking time to let us know. not sure what's going on I checked on multiple devices and it links correctly.
-
comment
Comment #46862740
Thank you for nice feedback. For lambdas or layers you can define your dependencies in requirements.txt file or as parameter as list[str]. Stelvio will then look at python version …
-
comment
Comment #46862252
It's not unlikely, I guarantee it will never happen. Because that's not the point. Point is to cover most of the common cases (with escape hatch for fine-tuning in special case) an…
-
comment
Comment #46862169
I respect your point of view. But coincidentally Stelvio was born out of frustration with CDK which I'm using at my day job for 4 years at this point: - slow deployment: CDK is lay…
-
comment
Comment #46861891
Thanks for having a look. 1. Links are fixed now. 2. We try to answer that hopefully better at our website https://stelvio.dev but you're right we should do it better in readme too…
-
comment
Comment #46860158
Yeah, SST seems to be closest thing to Stelvio I guess. I don't really think we're competitors, their focus is on JS/TS eco system. As you suggested Stelvio focuses on Python and a…
-
comment
Comment #46859574
Real lambda on AWS receives a request which is then forwarded to your local dev environment to handle it and return response which is then forwarded back to real lambda. This way y…
-
comment
Comment #46859063
Thank you for your comment. Stelvio uses Pulumi under the hood. We're not "trying to achieve over them" but instead we have different focus. Our focus is on developers rather than …
-
comment
Comment #46858630
Stelvio focuses on Python devs deploying Python to AWS, e.g. it deals with automatically packaging dependencies for your lambda functions etc. Not saying you can't use it with non-…
-
comment
Comment #46858193
Thank you! It currently supports only serverless AWS services but support for non-serverless services is on the roadmap (RDS, VPC, containers, ECS etc,)
-
comment
Comment #46858173
Thank you for feedback. I went with stlv to make it shorter/faster to type but maybe stelvio is just fits better as it's the actual name of the thing :) Maybe we can have both with…
-
comment
Comment #46857404
Author here. I'm happy to answer any questions. Also looking for any feedback. Thank you!
- story
-
comment
Comment #43429138
Nice writing and summary there. As an author of stelvio I felt the same. It's not that there're no tools. But none of them is covering enough AWS surface while being truly focused …
-
comment
Comment #43422637
> 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…
-
comment
Comment #43421998
Hey, I was looking for similar tool before starting building stelvio and I found Chalice. It looked good, it's a nice tool but: - as you mentioned, seems to be abandoned - chalice …
-
comment
Comment #43421720
I guess this question is not aimed at me as I'm not OP but I'll try to answer as the author of stelvio. I use CDK at my day job every day. I like CDK, it was huge step forward comp…
-
comment
Comment #43421581
Hi! AFAIK in Zappa you don't define infra in Python but rather in json. Also the vision of Stelvio is broader than just serverless. I wrote about my vision here https://blog.stelvi…
-
comment
Comment #43421471
Hi! Good question, few reasons: 1. state management & stages - pulumi already deals with state and has support for stages (stacks) which stelvio will need. 2. there are things outs…
-
comment
Comment #43421319
Hello, author of Stelvio here. Stelvio is in very early alpha far from any production use, but it's able to deploy simple API gateway, lambda and dynamo db tables with just few lin…