AWS Lambda previewed November 13, 2014; GA April 9, 2015 — code with no servers to provision
Created 2026-06-21
Summary
Claim: AWS Lambda was previewed November 13, 2014, with general availability April 9, 2015. The service lets you run code with no servers to provision — billed by execution time and invocation count.
Source: AWS timeline.
Confidence: Verified.
Why this matters for Candid: Lambda is the endpoint of the metering-granularity story (EC2 per-second billing introduced October 2, 2017 — replacing hourly increments in place since 2006). For a small site with a few authenticated form-submit endpoints, Lambda + RDS together can run for single dollars per month — a workload that in 2005 implied a dedicated server.
Related entries
Related
Referenced by (4)
- reference Research brief: the falling cost floor of "real" web functionality for SMBs (June 2026) relates-to
- reference The structural shift: capex (server + sysadmin) → opex (managed service, administration included) depends-on
- reference Timeline 2004–2014: the decade when each of the three historically-expensive parts independently got cheap depends-on
- rule R3 — Rent the commodity parts (Stripe / Auth0 / Algolia / RDS / Lambda); build only what is genuinely differentiated logic depends-on