awslabs / aws-solutions-constructs

The AWS Solutions Constructs Library is an open-source extension of the AWS Cloud Development Kit (AWS CDK) that provides multi-service, well-architected patterns for quickly defining solutions
https://docs.aws.amazon.com/solutions/latest/constructs/
Apache License 2.0
1.23k stars 246 forks source link

Use NODEJS_20_X in use cases and patterns #1138

Closed trivikr closed 2 months ago

trivikr commented 3 months ago

Use NODEJS_20_X in use cases and patterns

Use Case

Lambda NODEJS_16_X runtime is used in many tests and use cases https://github.com/search?q=repo%3Aawslabs%2Faws-solutions-constructs+NODEJS_16_X+path%3A*.ts&type=code

It's deprecated as of Jun 12, 2024 and function create will be blocked on Feb 28, 2025. Lambda Supported Runtimes https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

Proposed Solution

Use NODEJS_20_X in use cases and patterns, which was made available on Nov 15, 2023

Other

N/A


This is a :rocket: Feature Request

biffgaut commented 3 months ago

Sorry for the slow response - watch for this to come shortly.

biffgaut commented 3 months ago

The change is now in the repo, we should be pushing it in a new release when aws-apigatewayv2websockets-sqs is complete.

trivikr commented 3 months ago

The change is now in the repo

Added in https://github.com/awslabs/aws-solutions-constructs/pull/1141

biffgaut commented 2 months ago

This was released with 2.61.0