Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate AWS SDK for JavaScript v2 APIs to v3 #243

Open
trivikr opened this issue Nov 2, 2023 · 0 comments
Open

Migrate AWS SDK for JavaScript v2 APIs to v3 #243

trivikr opened this issue Nov 2, 2023 · 0 comments

Comments

@trivikr
Copy link

trivikr commented Nov 2, 2023

  • 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 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
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant