Supabase edge functions REST API

Is there any benefit in creating seperate edge functions when I'm using them as backend for my app that is only used by client? Or maybe I can just create rest edge function and create routing there using hono and make all my operations in single function that will work like rest API?
Was this page helpful?