Derek C. Ashmore presented on AWS Lambda for Java architects. He began with an overview of what AWS Lambdas are, which are custom codes that AWS runs on demand in a serverless computing model. Lambdas are event-driven and stateless. He then discussed developing Lambda functions using the RequestHandler interface in Java, deploying Lambda code, and supporting resources for Lambdas. Ashmore also covered using Lambdas for microservices and common patterns. In the question period, he acknowledged that Lambda documentation is lacking and cold start times can be inconsistent, while stateful optimizations are difficult.
Related topics: