I am currently coming close to releasing my side p...
# orm-help
n
I am currently coming close to releasing my side project and need to move away from Heroku to AWS, so that the DB can be hosted in Asia Pacific region. Kind of lost looking at options, and the one that sounds sensible seems to be Amazon Aurora with Postgres compatibility. Has anybody in here have had experience setting up Amazon Aurora with Prisma 2? If so are there any gotchas to it?
r
@Nimesh Gurung 👋 I have personally tried Aurora Postgres and RDS Postgres and haven’t found any issues so far with Prisma. In production workloads, I would suggest using Aurora Reader endpoint if you have a read-heavy application for better performance.
n
Thanks for the info. @Ryan
🙌 1
r
Let me know if you face any issues 🙂