This document provides an introduction and overview of AWS Lambda. It discusses how Lambda allows executing code without provisioning or managing servers by uploading code and configuring triggers. Code can be written in Node.js, Java, or Python and executed in response to events from AWS services or API calls. Metrics and logs of Lambda function invocations are automatically sent to CloudWatch for monitoring. An example of using Lambda for thumbnail image creation in response to S3 uploads is also provided.