Serverless functions
If your application is deployed via a "Serverless Function" or "Function-as-a-Service (FaaS)" offering and uses a standard Node.js runtime, it is a serverless app. Common deployment examples include AWS Lambda and Vercel Serverless Functions.
Guides for Serverless Function providers
📄️ Deploy to Azure Functions
This guide explains how to avoid common issues when deploying a Node.js-based function app to Azure using Azure Functions.
📄️ Deploy to Vercel
This guide takes you through the steps to set up and deploy a serverless application that uses Prisma to Vercel.
📄️ Deploy to AWS Lambda
This guide explains how to avoid common issues when deploying a project using Prisma ORM to AWS Lambda.
📄️ Deploy to Netlify
This guide covers the steps you will need to take in order to deploy your application that uses Prisma ORM to Netlify.