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:
```console
$ git clone git@github.com: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
...
Expected behaviour: No warning when using claudia
What actually happens: The following warning is printed in console
Please migrate your code to use AWS SDK for JavaScript (v3). For more information, check the migration guide at https://a.co/7PzMCcy