Connection Pooling from Serverless Compute Platforms #1888
-
This looks like a terrific product! I am working on a Python based Serverless framework (https://cdevframework.io), and one of the resources that we support is the Aws Aurora Serverless Postgress DB. One of the benefits of this resource is that is designed with the idea of handling many connections from a Serverless Compute Platform like Aws Lambda via SQL over HTTPS. I am just wondering if your platform has optimizations around handling a large amount of connections from a Serverless Compute platform like Aws Lambda? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, there are no optimizations for that yet. We'll need to address that in the future I'm sure. |
Beta Was this translation helpful? Give feedback.
No, there are no optimizations for that yet. We'll need to address that in the future I'm sure.