FeatureFuel
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

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests