AWS Lambda ni huduma ya serverless compute — unaendesha code (functions) bila kusimamia seva. AWS huandaa, hupanua, na husimamia miundombinu kiotomatiki; wewe hutoa tu code, nayo huendeshwa kwa kujibu matukio, ukilipia tu muda wa compute uliotumika.
Serverless: hakuna seva za kusimamia
SERVERLESS doesn't mean "no servers" — it means YOU don't manage them:
→ you provide CODE (a function); AWS runs it on demand
→ AWS handles provisioning, SCALING (automatically, to any load), patching, availability
→ pay ONLY for actual execution time (not idle servers) — no cost when not running
→ Focus purely on code, not infrastructure.
