opengovsg / FormSG

Form builder for the Singapore Government
https://form.gov.sg
Other
270 stars 81 forks source link

Migrate to `aws-sdk` v3 for Javascript #7444

Closed g-tejas closed 3 months ago

g-tejas commented 3 months ago

Currently, the following environment variable is defined in the workflows. AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE=1

The aws-sdk v2 for Javascript is deprecated end of next year but we get the error message on every single test ran, which gets very very cluttered and reduces the noise to signal ratio. It's also painful to sift through the messages to see what the actual error was with thousands of these messages.

Screenshot 2024-06-26 at 2 16 28 PM

This issue serves as a reminder when we do decide to migrate since we are silencing the warnings.