1 year ago
#376925
Aniket Srivastava
Best practice for making grpc calls from AWS Lambda
I'm using an AWS Lambda function to do some processing which in turns call a grpc service for some data. What's the best practice for doing such a thing considering it's preferred to re-use grpc connections to get low latency and lambda will trigger it sporadically in which case the connections might died out ?
aws-lambda
connection
grpc
grpc-go
0 Answers
Your Answer