aws-sdk-java-v2-secrets-manager

Installation
Summary

Secure secret storage, retrieval, and rotation using AWS SDK for Java 2.x.

  • Covers core operations: creating, retrieving, updating, and deleting secrets with version management and automatic rotation support
  • Includes SecretCache for production performance optimization with configurable TTL and size limits
  • Provides Spring Boot integration patterns including bean configuration, service layers, and database credential management
  • Supports JSON-structured secrets for complex credentials and multi-region deployments with CloudTrail audit logging
SKILL.md

AWS SDK for Java 2.x - AWS Secrets Manager

Overview

Use this skill to manage application secrets with AWS Secrets Manager from Java services.

It focuses on the operational flow that matters in production:

  • how to retrieve and deserialize secrets safely
  • when to add local caching
  • how to integrate secret access into Spring Boot without leaking values into logs or configuration files

Keep large API notes and extended setup details in the bundled references.

When to Use

Use this skill when:

  • replacing hardcoded passwords, API keys, or tokens with managed secrets
  • loading database credentials or third-party API credentials at runtime
  • adding caching to reduce Secrets Manager latency and API cost
Related skills

More from giuseppe-trisciuoglio/developer-kit

Installs
843
GitHub Stars
246
First Seen
Feb 3, 2026