AWS Lambda adalah layanan serverless compute — Anda menjalankan kode (functions) tanpa mengelola server. AWS secara otomatis menyediakan, menskalakan, dan mengelola infrastruktur; Anda hanya memberikan kode, dan itu berjalan dalam merespons event, membayar hanya untuk waktu komputasi yang digunakan.
Serverless: tanpa server untuk dikelola
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.
