Skip to content

fix: add Node.js v24 to AWS Lambda supported runtimes (#578) - #579

Merged
floydspace merged 1 commit into
floydspace:masterfrom
tiagocpeixoto:node24
Nov 25, 2025
Merged

fix: add Node.js v24 to AWS Lambda supported runtimes (#578)#579
floydspace merged 1 commit into
floydspace:masterfrom
tiagocpeixoto:node24

Conversation

@tiagocpeixoto

Copy link
Copy Markdown
Contributor

Fixes #578

@floydspace
floydspace merged commit b885dc7 into floydspace:master Nov 25, 2025
4 checks passed
@github-actions

Copy link
Copy Markdown

馃帀 This PR is included in version 1.56.1 馃帀

The release is available on:

Your semantic-release bot 馃摝馃殌

@tiagocpeixoto
tiagocpeixoto deleted the node24 branch November 25, 2025 12:31
Comment thread src/helper.ts
};

export type AwsNodeMatcher = AwsNodeProviderRuntimeMatcher<12 | 14 | 16 | 18 | 20 | 22>;
export type AwsNodeMatcher = AwsNodeProviderRuntimeMatcher<12 | 14 | 16 | 18 | 20 | 22 | 24>;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can probably remove the versions before 20 as they are no longer supported by AWS Lambda nodejs runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nodejs24.x not supported

3 participants