A db-migrate driver for PostgreSQL Aurora Serverless via the Data API. It allows running database migrations on AWS Aurora Serverless clusters using the db-migrate framework, bypassing traditional database connections. Version 1.0.0 is alpha stability, with peer dependency on db-migrate ^0.11.6. Key differentiator: enables migrations on Aurora Serverless where direct PostgreSQL connections are not available. Release cadence is unknown; last updated in 2019. No active maintenance or updates.
npm install db-migrate-pg-auroraNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configuration example for database.json to use db-migrate-pg-aurora driver with Aurora Serverless
Ensure your cluster is Aurora Serverless v1 or v2 with Data API enabled.
Consider using db-migrate-pg with IAM authentication for Aurora Serverless, or evaluate other approaches.
Verify ARN format, IAM permissions for RDS Data API and Secrets Manager.
Use db-migrate 0.11.x; check your db-migrate version before installing.
Run npm install db-migrate-pg-aurora db-migrate@0.11.6 --save
Check resourceArn, secretArn, region, and ensure database is publicly accessible or use VPC endpoints for Data API.