This document provides an overview and agenda for a presentation on AWS Lambda for Java architects. The presentation covers:
- What AWS Lambdas are and their benefits and limitations
- Developing Lambda functions in Java, including implementing request handlers and using the execution context
- Tools for supporting Lambda functions, such as logging and third party libraries
- Using Lambdas for microservices and event-driven architectures
The agenda includes sections on the "What" and "Why" of AWS Lambda, developing Lambda functions, supporting Lambda functions, using Lambdas for microservices, and a summary with Q&A. Sample code examples are provided on the speaker's GitHub page.