This handles AWS Lambda operations through the Java 2.x SDK, covering function invocation, deployment, configuration management, and Spring Boot integration. You'll use it when you need to trigger Lambda functions from your Java services, programmatically deploy or update functions, or wire Lambda calls into a Spring application. The skill emphasizes practical concerns like waiting for deployment states to become Active, staying under the 6MB sync payload limit, and reusing thread-safe clients. It's solid for teams running Java microservices that orchestrate Lambda functions or need to manage Lambda infrastructure from code rather than just CLI tools.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill aws-sdk-java-v2-lambda