6 ms·
gRPC is for long-lived services (and connections). Combining it with lambda doesn't make much sense.
by DinaCoder98 3y ago
gRPC is for long-lived services (and connections). Combining it with lambda doesn't make much sense.
- orf 3y agoIf 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.
- DinaCoder98 3y agoOk, this would still obviate the use of gRPC on lambda
- orf 3y agoWhy?