Skip to content

Commit

Permalink
chore(lambda): Deprecate NodeJS14 runtime due to EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed Aug 27, 2023
1 parent 39cbd46 commit cf37d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/aws-lambda/lib/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export class Runtime {

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

Expand Down

0 comments on commit cf37d71

Please sign in to comment.