The document discusses serverless computing using AWS Lambda. It provides an overview of serverless architecture and patterns, describing how Lambda functions can be triggered by events from other AWS services asynchronously or invoked directly. It also demonstrates how to create a Python Lambda function that returns a greeting based on an event payload, including zipping the code, creating an IAM role, and deploying the function.