db-migrate / db-migrate/db-migrate-base

Support for Aurora Data API backend

Open
#30 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7
Forks
16
PR merge metrics
No merged PRs in 30d

Description

Hi there,

I just wanted to ask what you guys think about supporting the [Data API for Aurora Serverless](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html)?

Basically, this allows you to run queries synchronously via HTTP, using AWS IAM and AWS Secrets Manager for authentication and authorization. Using the Data API lets you avoid thinking about VPCs, subnets, and SSH tunnels, and is especially powerful when accessing the database from a Lambda.

As far as I know, there would have to be a new driver created to support this, which used the AWS SDK to run the queries. Do you have any thoughts whether this is possible?

Seems like some ORMs in the Node ecosystem have connectors already, including [sequelize](https://www.npmjs.com/package/sequelize-aws-data-api-connector) and [TypeORM](https://github.com/ArsenyYankovsky/typeorm-aurora-data-api-driver).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.