SupabaseS
Supabase14mo ago
Kevin

Edge Functions dynamic to static IP workaround

Hi,
I'm planning on using supabase edge functions to populate my database from select 3rd party API's. Some of these API's unfortunately require IP whitelisting. As I understand it Edge Functions do not (yet) support fixed IP's and can only be run with dynamic IP's.

Are there any recommended workarounds (platform of sorts) that can run the Edge Functions through a proxy of sorts that would give them a fixed IP for the specifc 3rd party API's? Something that is as plug-and-play as Supabase is, and does not require a truckload of money.

I see that Vercel Functions offer Secure Compute but that's only for the enterprise plans. Other than that I've found a third party integration called Fixie for Vercel Functions but I would prefer to keep in the Supabase ecosystem.

I apologize if this seems like a dumb question, I'm quite new to serverless functions.
Was this page helpful?