AWS Lambda, serverless compute hizmetidir — sunucuları yönetmeden kod (fonksiyonlar) çalıştırırsınız. AWS altyapıyı otomatik olarak sağlar, ölçeklendirir ve yönetir; siz sadece kodu sağlarsınız ve bu kod olaylara yanıt olarak çalışır, sadece kullanılan bilişim süresi için ödeme yaparsınız.
Serverless: yönetilecek sunucu yok
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.
