We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f8171b + 31ff125 commit d50fa89Copy full SHA for d50fa89
1 file changed
packages/aws-cdk-lib/aws-lambda/lib/runtime.ts
@@ -90,6 +90,7 @@ export class Runtime {
90
91
/**
92
* The NodeJS 14.x runtime (nodejs14.x)
93
+ * @deprecated Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS runtime.
94
*/
95
public static readonly NODEJS_14_X = new Runtime('nodejs14.x', RuntimeFamily.NODEJS, { supportsInlineCode: true });
96
0 commit comments