AWS Lambda એક serverless compute સેવા છે — તમે સર્વર્સ વ્યવસ્થાપિત કર્યા વિના કોડ (ફંક્શન્સ) ચલાવો છો. AWS સ્વતः ઇન્ફ્રાસ્ટ્રક્ચર પ્રોવિઝન કરે છે, સ્કેલ કરે છે, અને વ્યવસ્થાપિત કરે છે; તમે માત્ર કોડ આપો છો, અને તે ઇવેન્ટ્સના જવાબમાં ચાલે છે, તમે માત્ર ઉપયોગ કરેલા કમ્પ્યુટ સમય માટે ચૂકવણી કરો છો.
Serverless: સર્વર્સ વ્યવસ્થાપિત કરવાની કોઈ જરૂર નથી
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.
