Skip to content

Commit d50fa89

Browse files
authored
Merge branch 'main' into lambda-deprecate-custom-runtime
2 parents 8f8171b + 31ff125 commit d50fa89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/aws-cdk-lib/aws-lambda/lib/runtime.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export class Runtime {
9090

9191
/**
9292
* The NodeJS 14.x runtime (nodejs14.x)
93+
* @deprecated Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS runtime.
9394
*/
9495
public static readonly NODEJS_14_X = new Runtime('nodejs14.x', RuntimeFamily.NODEJS, { supportsInlineCode: true });
9596

0 commit comments

Comments
 (0)