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

Related skills

More from giuseppe-trisciuoglio/developer-kit

Installs
967
GitHub Stars
252
First Seen
Feb 3, 2026