cognitect-labs / aws-api

AWS, data driven
Apache License 2.0
724 stars 100 forks source link

Roadmap / plan for moving to AWS SDK v2 #251

Closed apchau25 closed 4 months ago

apchau25 commented 5 months ago

What is the plan / timeline for aws-api to migrate to aws sdk v2 , since AWS SDK v1.x will enter EOS effective December 31, 2025

64BitChris commented 4 months ago

I don't believe aws-api is built on the AWS SDK v1 or v2 - they make all their HTTP calls to the AWS APIs, but there is no dependency on the official AWS libraries.

That might be why they closed this issue - it might not be relevant.

scottbale commented 4 months ago

I don't believe aws-api is built on the AWS SDK v1 or v2 - they make all their HTTP calls to the AWS APIs, but there is no dependency on the official AWS libraries.

That is correct. Thanks @64BitChris.