Serverless is a cloud computing model where the cloud provider manages server infrastructure, allowing developers to focus on code. Used in application deployment and event-driven architectures.
Example:
AWS Lambda runs functions without managing servers.