data-api-client icon indicating copy to clipboard operation
data-api-client copied to clipboard

A "DocumentClient" for the Amazon Aurora Serverless Data API

Results 52 data-api-client issues
Sort by recently updated
recently updated
newest added

This change adds support for Cloudflare Workers. Unfortunately since aws-sdk doesn't work in a workers environment, data-api-client will also not work. Instead this change uses @aws-sdk/client-rds-data which means it allows...

Switched to the new v3 SDK

First pass at TS types from #2

Some compatibility issues were brought up in #25 that show conflicts with the PostgreSQL version (likely because of `sqlstring`). There are also some additional data types (like `structValue`) that are...

enhancement
help wanted

Has anyone else noticed your stack traces don't seem to go back as far as they should when there's a SQL error? ``` "stack": [ "BadRequestException: Number of characters in...

It would be nice to be able to pass in our own instance of the AWS.RDS client so that we can wrap it with the `aws-xray-sdk` You can find the...

Hello there, I am trying to create a database using code that looks like this: ``` await data.executeStatement({ sql: `CREATE DATABASE ${database}`, }); ``` But I receive the error: `ERROR:...

Would be great to have a similar wrapper for the newly announced Redshift Data API https://aws.amazon.com/about-aws/whats-new/2020/09/announcing-data-api-for-amazon-redshift/

question