This document provides an overview of AWS Lambda including:
- What Lambda is and how it runs code in the cloud
- How to create and configure Lambda functions using the dashboard
- Testing and versioning Lambda functions
- Using Lambda layers to share code between functions
- Developing Lambda functions locally using the AWS Serverless Application Model (SAM)
- Debugging Lambda functions locally in Visual Studio Code