What is Serverless?
Software EngineeringCloud computing model where the provider manages infrastructure and you only pay for actual function execution.
Serverless functions (AWS Lambda, Vercel Edge Functions) run on-demand without managing servers. They auto-scale and charge per execution, ideal for variable workloads.