Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

So is the solution to avoid Lambda unless you have to? Don't use it to build regular software, just use it for AWS glue when necessary?


That’s the use case where it shines, but it can be an effective part of “regular software” as well.

It’s a hammer, and if it’s a good fit for your particular nail is very dependent on it’s shape.


> So is the solution to avoid Lambda unless you have to? Don't use it to build regular software, just use it for AWS glue when necessary?

That, and also offload some somewhat computationally expensive background tasks. Instead if screwing up your deployments by ramping up CPU and memory utilization to run a one-off task, just let he service fire a lambda and, if needed, just act when the lambda replies back.


Just want to pile-on to the other replies and say yes, absolutely. When you need them as glue they're a great option with basically no alternatives -- also means your lambda functions will be just a handful of lines of code, and then you can get on with your life.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: