Skip to content

Commit

Permalink
chore(lambda): deprecate node16 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurai-ryo committed Jul 12, 2024
1 parent 5ef3be5 commit 0d4782c
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 @@ -98,6 +98,7 @@ export class Runtime {

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

Expand Down

0 comments on commit 0d4782c

Please sign in to comment.