Provides AWS Lambda patterns using AWS SDK for Java 2.x. Use when invoking Lambda functions, creating/updating functions, managing function configurations,…
AWS Lambda function invocation, management, and Spring Boot integration using AWS SDK for Java 2.x. Supports synchronous and asynchronous Lambda invocation with JSON payload serialization and typed response parsing Covers function lifecycle operations: create, update, delete, list, and retrieve configurations including environment variables and concurrency settings Includes Spring Boot integration patterns with bean configuration, service abstractions, and type-safe Lambda invoker services Provides error handling for Lambda-specific failures, payload size constraints (6MB sync, 256KB async), and timeout management up to 15 minutes AWS SDK for Java 2.x - AWS Lambda Overview AWS Lambda is a compute service that runs code without managing servers. Use this skill to implement AWS Lambda operations using AWS SDK for Java 2.x in applications and services. When to Use Invoking Lambda functions from Java applications Deploying and updating Lambda functions via SDK Managing function configurations and layers Integrating Lambda with Spring Boot applications Quick Reference
don't have the plugin yet? install it then click "run inline in claude" again.