You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the server (yarn dev), I get this warning:
(node:22860) NOTE: The AWS SDK for JavaScript (v2) is in maintenance mode.
SDK releases are limited to address critical bug fixes and security issues only.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the blog post at https://a.co/cUPnyil
Which makes it look like pino-cloudwatch has not been migrated to AWS SDK for JavaScript (v3).
Is this correct? Are there any plans to migrate to that?
The text was updated successfully, but these errors were encountered:
When I run the server (
yarn dev
), I get this warning:Which makes it look like pino-cloudwatch has not been migrated to AWS SDK for JavaScript (v3).
Is this correct? Are there any plans to migrate to that?
The text was updated successfully, but these errors were encountered: