This document discusses unexpected use cases for AWS Lambda. It begins with an overview of Lambda and serverless applications. It then explores using Lambda with various AWS services like S3, DynamoDB, Kinesis, and more. Examples of unexpected uses include powering chatbots, processing logs, running untrusted code in sandboxes, and handling incident management. The document emphasizes focusing on business logic, reusing code, and testing quickly with Lambda.