Serverless API Gateway
Open-source API gateway on Cloudflare Workers. Config-driven routing, JWT auth, Auth0, CORS, service binding, and variable mapping at the edge.
Introduction
Goals and Motivation
Where It Fits in Your Architecture
[ Client / Frontend ]
| (API calls)
v
┌───────────────────────────────────┐
│ Serverless API Gateway (Worker) │
│ - Routing & Path Matching │
│ - CORS & Auth │
│ - Request Transformation │
│ - Service Binding (Workers) │
└───────────────────────────────────┘
|
v
[ Users Service ] [ Payment Service ] [ External API ] ...
Key Features at a Glance
How It Differs from Traditional Solutions
Next Steps
Last updated