pulumi / pulumi-policy-aws

A policy pack of rules to enforce AWS best practices for security, reliability, cost, and more!
https://www.pulumi.com
Apache License 2.0
33 stars 6 forks source link

Upgrade `aws-sdk` to v3 to avoid maintenance mode message #104

Open justinvp opened 5 months ago

justinvp commented 5 months ago

The following message is currently being outputted:

            (node:5249) NOTE: The AWS SDK for JavaScript (v2) will enter maintenance mode
            on September 8, 2024 and reach end-of-support on September 8, 2025.
            Please migrate your code to use AWS SDK for JavaScript (v3).
            For more information, check blog post at https://a.co/cUPnyil

We should upgrade to v3 to avoid this message.

t0yv0 commented 3 months ago

CC @mjeffryes we might need to pick this up before releasing an update with https://github.com/pulumi/pulumi-policy-aws/blob/master/CHANGELOG.md#pending and having this tried again