AWS Lambda je služba serverless compute — spouštíte kód (funkce) bez správy serverů. AWS automaticky zajišťuje, škáluje a spravuje infrastrukturu; vy jenom poskytnete kód a ten se spustí v odpovědi na události, přičemž platíte pouze za čas výpočtu.
Serverless: žádné servery ke správě
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.
