Handles the operational side of AWS Secrets Manager in Java: retrieving secrets, deserializing JSON payloads into typed objects, adding local caching where latency or cost matters, and wiring everything into Spring Boot without leaking credentials into logs. The skill walks through rotation-aware patterns, explains when caching makes sense versus when it creates staleness risk, and keeps IAM and KMS permission failures explicit rather than swallowed. Best for teams replacing hardcoded credentials or building services that need to refresh database passwords and API tokens at runtime. The examples show reusable client setup and a straightforward cache integration using AWS's SecretCache.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill aws-sdk-java-v2-secrets-manager