Hacker News new | past | comments | ask | show | jobs | submit login

Lambda has its places, but I've noticed devs consistently using it for things where it doesn't make any goddamn sense. Like processing messages from a Kafka consumer, the function is running 24/7. People think it's a container or something.



News at eleven: devs use tech for utterly inappropriate purposes just because it happens to be cool at the moment.


I can definitely see lambdas being abused when the process for requesting dedicated resources is too arduous.


yes where I work there is an alert for when a lambda is not running. I have proposed wrapping the lambda code in a while() loop on a fargate many many times to save $thousands of dollars but I lack the political power to actually do it.





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

Search: