An index and topic collection covering serverless compute, function-as-a-service (FaaS) runtimes, and edge function platforms. Serverless platforms abstract away server management, scale on demand, and bill per invocation, letting developers ship event-driven functions, scheduled jobs, durable workflows, and HTTP endpoints without provisioning infrastructure. This collection includes hyperscaler functions like AWS Lambda, Azure Functions, and Google Cloud Functions; edge runtimes like Cloudflare Workers, Vercel Edge Functions, Fastly Compute@Edge, and Deno Deploy; container-based serverless like Google Cloud Run and AWS App Runner; WebAssembly-first platforms like Fermyon Spin and wasmCloud; durable workflow services like AWS Step Functions, Inngest, and Trigger.dev; and BaaS function runtimes like Supabase Functions, Firebase Functions, and Convex.
URL: https://apievangelist.com
Run: Capabilities Using Naftiko
- Serverless, Functions as a Service, Edge Functions, Cold Start, WebAssembly, FaaS, Durable Workflows
- Created: 2026-05-19
- Modified: 2026-05-19
- Portal
- GitHubOrganization
- JSONSchema - Function Schema
- JSONSchema - Invocation Schema
- JSON-LD
- Vocabulary
| Name | Description |
|---|---|
| Function-as-a-Service Runtimes | Serverless platforms execute short-lived, stateless functions in managed runtimes that automatically scale from zero to many instances based on incoming requests or events. |
| Event-Driven Invocation | Functions are triggered by HTTP requests, queue messages, object storage events, scheduled cron jobs, database changes, and pub/sub topics without dedicated listeners. |
| Edge Function Distribution | Edge runtimes like Cloudflare Workers, Vercel Edge Functions, and Fastly Compute@Edge execute code in points of presence physically close to end users, reducing latency. |
| Cold Start and Snapshot Optimization | Platforms reduce cold start latency through V8 isolates, Firecracker microVMs, AWS Lambda SnapStart, and WebAssembly-based instant startup runtimes. |
| Durable Workflows and Orchestration | Services like AWS Step Functions, Inngest, and Trigger.dev provide durable execution, retries, sleeps, and long-running workflows on top of serverless functions. |
| Pay-per-Invocation Billing | Costs scale linearly with usage, billed per invocation and gigabyte-second of compute time, with generous free tiers that absorb most low-traffic workloads. |
| WebAssembly Serverless | Platforms like Fermyon Spin, wasmCloud, and Fastly Compute@Edge run WebAssembly modules with sub-millisecond startup, strong sandboxing, and polyglot language support. |
| Function URLs and HTTP Endpoints | Direct HTTPS endpoints for functions (Lambda Function URLs, Cloud Run, Workers routes) eliminate the need for a separate API gateway for simple HTTP services. |
| Name | Description |
|---|---|
| API Backends and Microservices | Serverless functions back HTTP APIs and microservices, scaling to zero during idle periods and absorbing traffic spikes without capacity planning. |
| Webhook Receivers and Integrations | Functions process incoming webhooks from SaaS platforms, validate signatures, transform payloads, and fan out to downstream systems. |
| Scheduled and Cron Jobs | Platforms like Vercel Cron, Cloudflare Cron Triggers, and EventBridge schedule functions to run on a cadence for batch jobs, cleanups, and periodic syncs. |
| Image and Media Processing | Functions resize, transcode, or watermark uploaded media in response to object storage events, often paired with edge caching for delivery. |
| Real-Time Edge Personalization | Edge functions rewrite responses, inject A/B test variants, geolocate visitors, and personalize HTML at the CDN edge with single-digit-millisecond overhead. |
| AI Inference and Agent Tools | Serverless GPU platforms like Modal and Cloud Run run AI model inference on demand; functions also serve as tool endpoints for LLM agents. |
| Durable Long-Running Workflows | Step Functions, Inngest, and Trigger.dev orchestrate multi-step business processes with retries, human-in-the-loop steps, and durable timers across hours or days. |
| Name | Description |
|---|---|
| AWS Lambda | The original FaaS platform with first-class integrations into 200+ AWS services, Function URLs, SnapStart, and container image support. |
| Cloudflare Workers | V8-isolate edge runtime executing JavaScript and WebAssembly in 300+ points of presence with sub-millisecond cold starts. |
| Google Cloud Run | Container-based serverless platform that scales any HTTP container from zero, with both fully managed and Kubernetes-backed deployment modes. |
| Vercel Functions | Edge and Node.js serverless functions tightly integrated with the Vercel frontend platform, Next.js, and ISR. |
| Modal | Python-first serverless platform for AI inference, batch jobs, and long-running GPU workloads with code-defined infrastructure. |
| Inngest | Durable execution and event-driven workflow platform built on top of serverless functions across cloud providers. |
| Fermyon Spin | WebAssembly-native serverless runtime supporting polyglot Spin apps deployed to Fermyon Cloud or self-hosted clusters. |
| Supabase Functions | Deno-based edge functions colocated with Supabase Postgres, Auth, and Storage for backend-as-a-service workloads. |
Machine-readable specifications for serverless functions, invocations, and runtime artifacts.
- Serverless Vocabulary — Unified taxonomy mapping serverless resources, actions, workflows, and personas across FaaS, edge runtimes, and durable workflow platforms
This index references the following serverless and edge function platform repositories:
- Apache OpenWhisk
- Auth0
- AWS App Runner
- AWS Lambda
- AWS Step Functions
- Azure Functions
- Cloudflare
- Convex
- Defer
- Deno
- Fastly
- Fermyon
- Google Cloud Functions
- Google Cloud Run
- Google Firebase
- Inngest
- Knative
- Koyeb
- Microsoft Azure Functions
- Modal
- Netlify
- Quirrel
- Scaleway
- Serverless Patterns
- Serverless Workflow
- Spin
- Supabase
- Trigger.dev
- Twilio
- Vercel
- wasmCloud
- WasmEdge
FN: Kin Lane
Email: kin@apievangelist.com