hello if im using nextjs-prisma-postgress in serve...
# orm-help
d
hello if im using nextjs-prisma-postgress in serverside and deploy to vercel what is the service-cost that i will pay ? the vercel function ?? will updating data with prisma will trigger vercel function ?? im new with prisma and SQL workflow, at least i need to know which service that is not free previously i was using nextjs and firebase service, so the cost is on firestore & cloud function
r
@Dale Watson 👋 Yes Vercel has the same limits as AWS Lambda has and that can be viewed here. If you’re under these limits then it’s free. As for updating data, yes it will trigger the Vercel API. For other free services, it depends which database are you using. Your Vercel deployment will be free, so it depends on the database.