AWS Lambda هي خدمة حوسبة بدون خوادم — تقوم بتشغيل الكود (الدوال) دون الحاجة إلى إدارة الخوادم. تقوم AWS تلقائياً بتوفير البنية التحتية وتوسيع نطاقها وإدارتها؛ كل ما عليك فعله هو توفير الكود، وسيتم تشغيله استجابة للأحداث، حيث تدفع فقط مقابل وقت الحوسبة المستخدم.
الحوسبة بدون خوادم: لا توجد خوادم للإدارة
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.
