Hacker News new | ask | show | jobs
by DinaCoder98 822 days ago
gRPC is for long-lived services (and connections). Combining it with lambda doesn't make much sense.
1 comments

If only there was some kind of long-lived proxy you could put in front of things that would handle connection pooling and would forward requests onto a short-lived backend, scaling up instances as needed to serve those requests.
Ok, this would still obviate the use of gRPC on lambda
Why?