📄️ Edge Compute Overview
Unified Edge Compute enables developers to write edge logic once and deploy it seamlessly across multiple edge platforms, including Cloudflare, CloudFront, and Fastly. It provides a unified, platform-agnostic API for handling request and response lifecycle events, allowing full control over headers, routing, authentication, custom caching, and content transformation. Developers can intercept traffic at the edge to modify requests before they reach the origin or adjust responses before they are returned to users.
📄️ Adding Edge Compute
You can configure multiple edge compute functions within your service. Each function is associated with a list of routes, where each route consists of a domain and a path pattern.
📄️ Developer Guide
Overview