AWS Lambda అనేది serverless compute సేవ — సర్వర్లను నిర్వహించకుండా కోడ్ (ఫంక్షన్లు) నడుస్తాయి. AWS స్వయంచాలకంగా ఇన్ఫ్రాస్ట్రక్చర్ను సరఫరా చేస్తుంది, స్కేల్ చేస్తుంది మరియు నిర్వహిస్తుంది; మీరు కోడ్ను అందించండి, ఇది ఈవెంట్లకు ప్రతిస్పందనగా నడుస్తుంది, ఉపయోగించిన compute సమయం కోసం మాత్రమే చెల్లిస్తుంది.
సర్వర్లను నిర్వహించవలసిన అవసరం లేనిది
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.
