deploy_edge_function

Deploys an Edge Function to a Supabase project. If the function already exists, this will create a new version. Example: import "jsr:@supabase/functions-js/edge-runtime.d.ts"; Deno.serve(async (req: Request) => { const data = { message: "Hello there!" }; return new Response(JSON.stringify(data), { headers: { 'Content-Type': 'application/json', 'Connection': 'keep-alive' } }); });

Available from 1 provider (1 remote)

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

Supabase Auth

Remote

Supabase

View product →