SupabaseS
Supabase4y ago
j4

Database Function or Edge Function?

In this function, I'll need to do a DNS query; then follow that up with an http request to a remote server, receive a response, then write back to the database.

My main question is, would a DNS query be possible with any of the DF languages?? Thought I saw some docs where it supports javascript.

This function needs to be callable from a trigger or webhook, but it looked like that was possible with either one.

I also saw where Webhooks will soon support running a 'Supabase Function', but I wasn't sure if that was both DFs and EFs or what.
Screen_Shot_2022-12-05_at_1.17.16_PM.png
Was this page helpful?