mapbox / node-pre-gyp

Node.js tool for easy binary deployment of C++ addons
BSD 3-Clause "New" or "Revised" License
1.11k stars 260 forks source link

Migrate AWS SDK for JavaScript v2 APIs to v3 #719

Open trivikr opened 1 month ago

trivikr commented 1 month ago

Is your feature request related to a problem? Please describe.

AWS SDK for JavaScript v2 will enter maintenance mode on September 8, 2024 and reach end-of-support on September 8, 2025. For more information, check blog post at https://a.co/cUPnyil

The node-pre-gyp makes calls using AWS SDK for JavaScript v2 https://github.com/search?q=repo%3Amapbox%2Fnode-pre-gyp%20aws-sdk&type=code

Describe the solution you'd like Migrate AWS SDK for JavaScript v2 APIs to v3.