Every server restart logs:
```
(node:NNNN) NOTE: The AWS SDK for JavaScript (v2) has reached end-of-support.
It will no longer receive updates or releases.
Please migrate your code to use AWS SDK for JavaScript (v3).
```
Three times on the current boot. Noise in `pm2 logs`, no functional impact today, but the v2 SDK will eventually stop receiving security patches.
Status
PR #2293 — `refactor: migrate to AWS SDK v3 (S3)` — is open and addresses this. This issue exists only so the warning has a tracking home until that PR lands.
Close this once #2293 is merged and a prod restart shows no v2 EOL warnings.
Every server restart logs:
```
(node:NNNN) NOTE: The AWS SDK for JavaScript (v2) has reached end-of-support.
It will no longer receive updates or releases.
Please migrate your code to use AWS SDK for JavaScript (v3).
```
Three times on the current boot. Noise in `pm2 logs`, no functional impact today, but the v2 SDK will eventually stop receiving security patches.
Status
PR #2293 — `refactor: migrate to AWS SDK v3 (S3)` — is open and addresses this. This issue exists only so the warning has a tracking home until that PR lands.
Close this once #2293 is merged and a prod restart shows no v2 EOL warnings.