data-api-client
data-api-client copied to clipboard
Add cloudflare workers support
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 it to work in nodeJs, browser, react native and cloudflare workers.