|
|
|
|
|
by throwaway2016a
3398 days ago
|
|
It would be a pool of just one connection per database endpoint. So pool in the sense that once a stateless function is done with it it becomes available again for another function to take it. But you don't need multiple connections of the same type in the pool. |
|