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

Upgrade to AWS SDK v3 #765

Open
misterjoshua opened this issue Jul 18, 2024 · 0 comments
Open

Upgrade to AWS SDK v3 #765

misterjoshua opened this issue Jul 18, 2024 · 0 comments

Comments

@misterjoshua
Copy link
Member

misterjoshua commented Jul 18, 2024

Per #763, the NodeJS 14 runtime is unsupported and CDK Intrinsic Validator deployments failed, so we changed the construct to always use the latest NodeJS runtime. However, the lambda assets vended with the CDK Intrinsic Validator depend on AWS SDK v2. As of NodeJS Lambda Runtimes 18.x and later AWS SDK v3 is required.

As a short-term solution, I've bundled the AWS SDK v2 with the Lambda asset. However, this means we're now responsible for updating the AWS SDK version, which isn't desirable over the longer-term. We should upgrade to AWS SDK v3 and go back to using the runtime-provided SDK.

Due to my current project schedule, I'll have to wait a few weeks before I can make this change, unless someone else wants to take a crack at it in the meantime.

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

No branches or pull requests

1 participant