Is Prisma still not working with RDS Proxy?
Is this limitation still true? https://www.prisma.io/docs/orm/prisma-client/deployment/caveats-when-deploying-to-aws-platforms#aws-rds-proxy
If yes, what are the different solutions to use Prisma with AWS Lambda and a connection pool manager?
Caveats when deploying to AWS platforms | Prisma Documentation
Known caveats when deploying to an AWS platform
Solution:Jump to solution
Yes, as far as we know even after semi-recent updates, it's still highly likely that connections would be pinned if you used RDS Proxy. Prisma Accelerate is one option and if you're okay with managing infrastructure, PgBouncer is a great option for PostgreSQL DBs
1 Reply
Solution
Yes, as far as we know even after semi-recent updates, it's still highly likely that connections would be pinned if you used RDS Proxy. Prisma Accelerate is one option and if you're okay with managing infrastructure, PgBouncer is a great option for PostgreSQL DBs