What problem does it solve?
This Skill provides comprehensive guidance and code examples for interacting with AWS Aurora Serverless v2 and RDS Proxy, ensuring efficient database management and connection pooling, especially for serverless applications.
Core Features & Use Cases
- Connection Strategies: Recommends RDS Proxy for Lambda and Data API for simplicity, discouraging direct connections.
- Code Examples: Offers TypeScript and Python examples for setting up RDS Proxy, using the Data API, and integrating with Prisma.
- Serverless Optimization: Details Aurora Serverless v2 capacity configuration and handling scale-to-zero wake-ups.
- Use Case: A developer needs to connect a Lambda function to an Aurora Serverless database. This Skill provides the exact code and configuration steps to use RDS Proxy for secure and efficient connection pooling.
Quick Start
Use the aws-aurora skill to set up an RDS Proxy for a Lambda function using TypeScript.