Skip to content

Commit

Permalink
Merge branch 'main' into lambda-deprecate-custom-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Aug 28, 2023
2 parents 8f8171b + 31ff125 commit d50fa89
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 d50fa89

Please sign in to comment.