jeremydaly / data-api-client

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

code changes to adapt aws-sdk v3 #130

Open Karan-TR opened 9 months ago

Karan-TR commented 9 months ago

Hello,

I wanted to use the wrapper for my code and realized the support for v3 was not there yet. I needed to upgrade our code to aws-sdk v3 and hence would need this wrapper to also use aws-sdk v3 for compatibility. I have made the changes for the same. Please take a look and let me know if anything.

Thanks, Karan

renesansz commented 8 months ago

nice! just what I'm also looking for! 🙏🏼 we're also migrating our codebase to v3 and I'm hoping this could be merged soon

vmarinescu commented 7 months ago

I think we need to update package.json as well. Would be great if aws-sdk is also converted from devDep to dependency

AJBeere commented 1 month ago

Is there any update on if/when this might get merged?