top | item 46859456

(no title)

VectorLock | 28 days ago

>lets you run your lambdas locally - while within the AWS infrastructure

What does that mean? Are they running locally or in AWS infrastructure?

discuss

order

michal-stlv|28 days ago

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 you can develop and test your code without constantly redeploying.

https://stelvio.dev/concepts/stelv-dev/

https://www.youtube.com/watch?v=W6aZFqBaH1g

a_conservative|28 days ago

This sounds a lot like what SST does (which also uses Pulumi). Do you consider them a competitor?

I would guess by focusing on Python that you can provide a tighter experience than SST. Is that your plan?