How do I give an edge function similar functionality to a SQL function on supabase with role definer
Creating an edge function to handle some game actions, how can I give this function the service role safely, in order to bypass RLS for the tables it is accessing.