What problem does it solve?
This Skill helps developers design and operate reliable AWS Aurora database integrations without connection exhaustion, inefficient scaling, fragile failover handling, or insecure credential management.
Core Features & Use Cases
- Connection Management: Configure RDS Proxy, Data API, application pools, and PgBouncer for serverless and long-running workloads.
- Serverless Database Design: Set up Aurora Serverless v2 capacity, scale-to-zero retry behavior, migrations, monitoring, and high availability.
- Security and Operations: Apply IAM database authentication, Secrets Manager integration, CloudWatch monitoring, backups, and performance insights.
- Use Case: Configure a Lambda application to access Aurora PostgreSQL through RDS Proxy with pooled connections, IAM authentication, retry handling, and Prisma migrations.
Quick Start
Use the aws-aurora skill to design an Aurora Serverless v2 architecture for my Lambda application, including connection pooling, secure authentication, migrations, and monitoring.