markusahlstrand / knex-data-api-client

Knex Aurora Data API Client
MIT License
22 stars 22 forks source link

Plans to work with AWS SDK for JavaScript (v3)? #108

Open patcat opened 1 year ago

patcat commented 1 year ago

I'm seeing in logs that there's a plan to put AWS SDK v2 into maintenance mode in 2023:

"NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. Please migrate your code to use AWS SDK for JavaScript (v3)."

Is this something which knex-data-api-client will need to update for?

markusahlstrand commented 1 year ago

Hi,

The SDK is only used to setup the database for the integration tests, so it's not something that will affect the actual adapter. I'll see if I can update it anyway. Thanks for letting me know!

sdsanders commented 7 months ago

It seems like this is actually an upstream issue with the data-api-client. It has not been updated in almost two years and has a few open issues and PRs related to upgrading to the v3 SDK.