aws-sdk-java-v2-lambda

Installation
Summary

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
SKILL.md

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

Operation SDK Method Use Case
Invoke invoke() Synchronous/async function invocation
List Functions listFunctions() Get all Lambda functions
Related skills

More from giuseppe-trisciuoglio/developer-kit

Installs
847
GitHub Stars
246
First Seen
Feb 3, 2026