cloud
Pyvorin on Vercel
Serverless Python functions at the edge.
Published May 30, 2026
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.