AWS lambda function with runtime python 3.7 does not utilizing connection pool in rds proxy instead it create new connection on every request
问题 I am using AWS lambda functions for a few months now. so far I have cached the connection in the lambda function memory to reuse. After reading about AWS rds proxy recently, I am trying to utilize the connection pool for the lambda functions(Runtime python3.7). so to test the way rds proxy works with lambda functions, I created two functions with runtime node12 and python3.7, the behaviours was this. 1. node12 function => When I run this function, it pools two connection in the proxy and