This is your go-to when you need to spin up, modify, or snapshot RDS instances from Java code. It covers the SDK 2.x patterns for creating databases with proper security (VPC groups, encryption, Multi-AZ), managing parameter groups, and handling backups. The examples show real validation checkpoints like waiting for instance availability and checking status before deletions. It includes Spring Boot and Lambda integration references, which is helpful since connecting serverless functions to RDS always involves credential management headaches. The security defaults are sensible: encryption on, public access off, deletion protection enabled. If you're migrating from SDK 1.x or just tired of clicking through the console, this gives you the programmatic patterns you need.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill aws-sdk-java-v2-rds