aws-solutions-constructs icon indicating copy to clipboard operation
aws-solutions-constructs copied to clipboard

Use NODEJS_20_X in use cases and patterns

Open trivikr opened this issue 3 weeks ago • 3 comments

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

  • [ ] :wave: I may be able to implement this feature request
  • [ ] :warning: This feature might incur a breaking change

This is a :rocket: Feature Request

trivikr avatar Jun 13 '24 20:06 trivikr