Pyvorin on Vercel

May 30, 2026 | 5 min read

Serverless Functions

Vercel supports Python functions. Pre-compile and include artifacts.

# vercel.json
{
  "functions": {
    "api/*.py": {
      "maxDuration": 30
    }
  }
}

Edge Functions

Compile request transformation for Vercel Edge Network.