This document provides an overview of AWS Lambda and serverless computing. It discusses key Lambda features like automatic scaling, integrated security model, and pay per use model. It demonstrates how to develop, deploy and test Lambda functions using the AWS console, SDKs and CLI. The document also covers Lambda execution environment, logging, integration with other AWS services, common use cases and provides a demo of building a Lambda function to auto retweet from Twitter.