Y
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
windows_tips
2864 days ago
Sounds expensive.
link
deskamess
2864 days ago
Don't most serverless calls have a time limit?
link
bdcravens
2864 days ago
Yes, but you typically build your functions to split up the work if necessary. (Create additional queued events)
link