Hacker News new | ask | show | jobs
by rhacker 2864 days ago
I think all that is still possible in Serverless. I'm not a serverless architect or anything, but that's typically handled by various serverless queues and related event systems.
2 comments

Sounds expensive.
Don't most serverless calls have a time limit?
Yes, but you typically build your functions to split up the work if necessary. (Create additional queued events)