Edge functions
If your application is deployed via an "Edge Function" offering or is deployed from a serverless offering and has a non-standard runtime, it is a edge deployed app. Common examples include Cloudflare Workers, Deno Deploy, and Vercel Edge Functions.
Guides for Edge Function providers
📄️ Deploy to Cloudflare Workers
Today you'll be deploying a Cloudflare Worker that uses Prisma ORM to save every request to a PostgreSQL database and fetches 20 of the most recent logs.
📄️ Deploy to Deno Deploy
With this guide, you can learn how to build and deploy a simple application to Deno Deploy. The application uses Prisma ORM to save a log of each request to a PostgreSQL database.