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

Dataform CLI outputs an AWS SDK message #1458

Closed
wintermi opened this issue Feb 15, 2023 · 2 comments · May be fixed by #1459
Closed

Dataform CLI outputs an AWS SDK message #1458

wintermi opened this issue Feb 15, 2023 · 2 comments · May be fixed by #1459

Comments

@wintermi
Copy link

The following is output when executing the Dataform CLI:

(node:25544) NOTE: The AWS SDK for JavaScript (v2) will be put 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
(Use `node --trace-warnings ...` to show where the warning was created)
@Ekrekr
Copy link
Contributor

Ekrekr commented Feb 15, 2023

A workaround for now is to set the Node environment variable: NODE_NO_WARNINGS=1

@karszawa
Copy link

karszawa commented Sep 2, 2023

AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE=1 also works, but only for the AWS message.

https://github.com/aws/aws-sdk-js/blob/39e7e8a2b96374ec8e9573c8aaf96267d85d5175/lib/maintenance_mode_message.js#L31

@Ekrekr Ekrekr closed this as not planned Won't fix, can't repro, duplicate, stale Mar 27, 2024
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.

3 participants