AI AGENT ADDONS

Aws Sdk Java V2 Secrets Manager

giuseppe-trisciuoglio/developer-kit
Backend & APIs
1,236installs

Applications often store sensitive information like passwords and API keys. AWS Secrets Manager keeps these secrets safe. This skill helps you use Secrets Manager from Java services. It shows how to retrieve secrets, add caching, and handle secret rotation. You will also learn to integrate with Spring Boot without leaking secrets in logs or config files. The focus is on real production patterns that keep your applications secure and efficient.

Instead of hardcoding credentials, you load them at runtime from Secrets Manager. The skill explains how to create one reusable client per app and deserialize JSON secrets into typed objects. It prevents secret exposure by never logging secret values. Caching is used only when it solves a real problem like reducing latency and costs. The skill also prepares your app for secret rotation with AWSCURRENT and AWSPENDING versions.

Add Aws Sdk Java V2 Secrets Manager skill to your workflow

Global

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

Project

mkdir -p .claude/skills/aws-sdk-java-v2-secrets-manager

Source Repository

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