any RDS proxy support ?
i tried to implement prisma in my work but they using rds proxy, and its a blocker rn..
5 Replies
You selected the carefully hand-crafted route. A dev artisan will respond soon. Meanwhile, the
#ask-ai
channel awaits if you're curious!Hello 👋
You can use Prisma with AWS RDS Proxy, however there are a few caveats as described here:
https://www.prisma.io/docs/orm/prisma-client/deployment/caveats-when-deploying-to-aws-platforms#aws-rds-proxy
We have this related feature request for improving RDS Proxy support:
https://github.com/prisma/prisma/issues/5866
Are you using Postgres, if yes then situation would be a bit improved:
https://github.com/prisma/prisma/issues/5866#issuecomment-1887963763
when it will be available to use ?
I assume you are referring to the feature request.
I don't have a timeline yet on when it will be available
meanwhile, can you tell me how i can avoid the connection pinning if im working with prisma ? if theres a way in this condition ?
is prisma accelerate can handle this issue ? working with RDS Proxy ?