Hacker News new | ask | show | jobs
by strken 595 days ago
I wish the abominations software engineers create were as regulated and fixable as a bad wiring job. I would feel absolutely chuffed to work in an industry with licensed inspectors and standards bodies.

I am currently dealing with a system involving four separate serverless functions that call each other. There's no reason whatsoever why any of them need to be network calls. The fourth function just calls the first function again. One is in a different region for no discernible reason.

1 comments

Would be nice if there was a serverless library that lets you do in-process orchestration so you don't need abominations like Step Functions ;)

e.g., https://github.com/dbos-inc/durable-swarm