Process Flow - Invoking Edge Functions from client
Client triggers function call
Send HTTP request to Edge Function URL
Edge Function receives request
Edge Function processes logic
Edge Function sends response
Client receives response and handles it
The client sends a request to the Edge Function URL, the function runs its logic, then returns a response back to the client.