This document provides an overview of serverless computing using AWS Lambda. It discusses key concepts such as Lambda functions being stateless and event-triggered. Examples are given of using Lambda for various use cases including user registration with DynamoDB and API Gateway. Limitations around resources and retries are also covered. The document concludes with pros and cons of the serverless model and an example of how it could be applied to a security product.