Open powermikee opened 2 years ago
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.
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.