3
Improving the functionality of Edge Functions
Source: supabase/supabase#7851 · opened by @jaitaiwan
Hi Team,
From what I can tell, supabase functions are deployed using the deno deploy platform and are placed behind the functions relay ( The limitation behind being able to serve websites via edge functions seems to come from this relay preventing any request that isn't POST or OPTIONS.
Is there some reason why we can't add something to the cli to allow not using the relay for example? I have a feeling the issue is managing resourcing behind the scenes, but I thought I'd ask anyway.
What prompted this was the [following quote](
> Because Fresh is so reliant on dynamic server side rendering, it is imperative that this is fast. This makes Fresh very well suited for running on the edge in runtimes like Deno Deploy, Netlify Edge Functions, or Supabase Edge Functions
Thanks
From what I can tell, supabase functions are deployed using the deno deploy platform and are placed behind the functions relay ( The limitation behind being able to serve websites via edge functions seems to come from this relay preventing any request that isn't POST or OPTIONS.
Is there some reason why we can't add something to the cli to allow not using the relay for example? I have a feeling the issue is managing resourcing behind the scenes, but I thought I'd ask anyway.
What prompted this was the [following quote](
> Because Fresh is so reliant on dynamic server side rendering, it is imperative that this is fast. This makes Fresh very well suited for running on the edge in runtimes like Deno Deploy, Netlify Edge Functions, or Supabase Edge Functions
Thanks
No pledges yet. Be the first to back this.
Comments
Similar requests
Enable Syncing of Vault and Edge Function Secrets
1 vote · 0 comments
NestJS Support in Supabase Edge Functions
17 votes · 0 comments
Feature Request: Add Descriptions for Edge Functions
2 votes · 0 comments
Optionally store self-hosted Edge Functions in S3
1 vote · 0 comments
Replace Deno Runtime for Edge Functions with Dapr
11 votes · 0 comments
No comments yet.