What are common serverless providers?

Answer

The major serverless computing platforms: (1) AWS Lambda — the pioneer and market leader; supports 20+ runtimes, up to 15-minute execution, tight integration with 200+ AWS services; (2) Google Cloud Functions — integrated with Google Cloud; also offers Cloud Run for containerized serverless; (3) Azure Functions — deeply integrated with Microsoft Azure ecosystem; supports durable functions for stateful workflows; (4) Cloudflare Workers — edge-native, runs JavaScript/WASM at 300+ edge locations globally, sub-millisecond cold starts; (5) Vercel Functions — developer-focused, tightly integrated with frontend deployment; (6) Netlify Functions — similar to Vercel, optimized for JAMstack; (7) Deno Deploy — TypeScript-native edge functions. AWS Lambda holds the largest market share (~70%) and the most mature ecosystem of tools and integrations.