jeremydaly / data-api-client

A "DocumentClient" for the Amazon Aurora Serverless Data API
MIT License
440 stars 60 forks source link

Add cloudflare workers support #115

Open powermikee opened 2 years ago

powermikee commented 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.