claudia icon indicating copy to clipboard operation
claudia copied to clipboard

Migrate AWS SDK for JavaScript v2 APIs to v3

Open trivikr opened this issue 8 months ago • 0 comments

  • Expected behaviour: No warning when using claudia

  • What actually happens: The following warning is printed in console

(node:1754) 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).
For more information, check the migration guide at https://a.co/7PzMCcy
  • Link to a minimal, executable project that demonstrates the problem:

https://github.com/claudiajs/example-projects/tree/master/hello-world

  • Steps to install the project:
$ git clone [email protected]:claudiajs/example-projects.git --depth=1

$ cd example-projects/hello-world

$ npm install
  • Steps to reproduce the problem:
$ npm start
...
(node:1754) 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).
For more information, check the migration guide at https://a.co/7PzMCcy
...

trivikr avatar Nov 02 '23 18:11 trivikr