I wonder how long it will be before async lambdas are a thing, as in you can yield while awaiting a response - avoiding this issue.
back
1 comments
I think what you are describing is already here, in the form of Cloudflare Workers. See https://developers.cloudflare.com/workers/platform/limits#bu...
That's pretty cool. If I were building the same service today, I'd probably use Workers.