We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9165f0 commit 3524718Copy full SHA for 3524718
packages/aws-cdk-lib/aws-lambda/lib/runtime.ts
@@ -98,6 +98,7 @@ export class Runtime {
98
99
/**
100
* The NodeJS 16.x runtime (nodejs16.x)
101
+ * @deprecated Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS runtime.
102
*/
103
public static readonly NODEJS_16_X = new Runtime('nodejs16.x', RuntimeFamily.NODEJS, { supportsInlineCode: true });
104
0 commit comments