AWS Lambda është një shërbim compute pa servera — ju ekzekutoni kod (funksione) pa menaxhuar serverë. AWS automatikisht siguron, shkallëzon, dhe menaxhon infrastrukturën; ju thjesht jepni kodin, dhe ai ekzekutohet në përgjigje të ngjarjeve, duke paguar vetëm për kohën e compute-it të përdorur.
Pa servera: asnjë server për të menaxhuar
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.
