sst / kysely-data-api

78 stars 21 forks source link

Support for `RDSDataClient` from @aws-sdk/client-rds-data instead of `RDSDataService` #25

Closed jo-sip closed 1 year ago

jo-sip commented 1 year ago

Importing and using RDSDataService is 8mb, while the former is 141k. I was wondering if changing the service to the client was easily done. (This makes my lambdas quite large!)

Thanks!

jo-sip commented 1 year ago

I see the interface has been updated to RDSData!