Edge Function - REST API
I want to create an edge function that can be used as an API for my project. It will have multiple routes at least 7-8 like /users, /projects, and a lot, so I want to use web framework. Can I do this using edge functions as I am facing a lot of issues while doing it?