Optionally store self-hosted Edge Functions in S3 #48724
Unanswered
6ixfalls
asked this question in
Feature Requests
Replies: 1 comment
|
Thanks, noted :) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Storing Edge Functions in S3 will enable easy editing (through Supabase Studio) for deployment across multiple servers. Currently, the same volume must be mounted in Supabase Studio and Edge Functions, meaning they must be located on the same host. Using S3 for storage means the functions can be pulled in from any server, enabling high-availability and the ability to truly run functions on the edge.
All reactions