localstack / serverless-localstack

⚡ Serverless plugin for running against LocalStack
511 stars 82 forks source link

Remove references to the AWS SDK v2 #225

Closed mridang closed 3 months ago

mridang commented 1 year ago

As the AWS SDK v2 is being deprecated (and is currently in maintenance mode), we should. change this library to use the AWS SDK v3.

https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/migrating-to-v3.html

nireld commented 10 months ago

+1

pinzon commented 5 months ago

Thank you for bringing this issue to our attention. After thorough investigation, we've decided to postpone the migration to AWS SDK v3. This delay is attributed to the plugin's complete dependency on the version employed by the Serverless CLI. Once the Serverless CLI undergoes its migration, we will initiate our efforts to transition accordingly.

If you find the warning disruptive, you may consider exploring a potential solution available in the Serverless repository: link to the solution. We appreciate your understanding and patience as we work through this process.