cdklabs / construct-hub

AWS CDK construct library that can be used to deploy instances of the Construct Hub in any AWS Account.
https://constructs.dev
Apache License 2.0
202 stars 26 forks source link

Migrate ConstructHub functions and tasks to SDK v3 #1468

Closed mrgrain closed 2 weeks ago

mrgrain commented 2 weeks ago

Description

AWS SDK for JavaScript v2 reaches end-of-support on September 8, 2025 https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-javascript-v2/

ConstructHub uses v2 in a number of Lambda Functions and ECS Tasks. They will need upgrading. This is required to upgrade Lambda Functions to Node.js 18 (see respective task).

Use Case

No response

Other information

No response