Serverless and Edge Compute
Serverless and Edge Compute (Stub)
Serverless = functions on demand (pay per execution). Edge = running code close to user (CDN PoPs) for lower latency.
To Be Expanded
- Cold starts & mitigation
- When NOT to use (long-running tasks)
- Edge limitations (runtime restrictions)
Placeholder Comparison
| Aspect | Serverless | Edge |
|---|---|---|
| Latency | Depends on region | Very low (near user) |
| Startup | Cold start risk | Usually lower but stricter limits |
| State | External only | External only |
Maintainers: Expand with cost model examples.