Is there any way to control connection pooling from the graphql rebing library? #1075
Replies: 1 comment
-
That's not related to graphql or this package, you need to use something like https://aws.amazon.com/rds/proxy/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now our API being triggered many lambda invocations.
As a result we are opening up many connections to our RDS database.
The connections are exceeding our connection limit currently.
Is there a way to manage connection pooling so we do not exceed our maximum connections?
Beta Was this translation helpful? Give feedback.
All reactions