Y
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
orf
822 days ago
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.
link
DinaCoder98
822 days ago
Ok, this would still obviate the use of gRPC on lambda
link
orf
821 days ago
Why?
link