AI AGENT ADDONS
Backend & APIs
1,242installs

AWS SDK for Java 2.x helps your Java app talk to AWS services like S3 or DynamoDB. This skill shows you how to set up those clients the right way. You will learn about credentials, region, and HTTP client settings. It also covers timeouts, retries, and testing. Follow these steps to avoid common problems and keep your app running smoothly.

Developers who build Java applications with AWS will benefit most. It works for sync clients like S3Client and async clients like SqsAsyncClient. You can also wire everything into Spring Boot easily. The skill gives you production-safe defaults so you don't have to guess what works.

Use this skill when creating new AWS clients or hardening existing ones. It helps with debugging auth issues and choosing between sync and async styles. The instructions are clear and include verify steps to catch problems early. Keep your code reliable with a solid foundation for AWS integration.

Add Aws Sdk Java V2 Core skill to your workflow

Global

mkdir -p ~/.claude/skills/aws-sdk-java-v2-core

Project

mkdir -p .claude/skills/aws-sdk-java-v2-core

Source Repository

Stars
293
Forks
33
Watchers
293
License
MIT
Last Push
29 days ago
Created
9 months ago