We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce27789 commit b8c2abfCopy full SHA for b8c2abf
packages/@aws-cdk/aws-lambda/lib/runtime.ts
@@ -72,6 +72,7 @@ export class Runtime {
72
73
/**
74
* The NodeJS 12.x runtime (nodejs12.x)
75
+ * @deprecated Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS runtime.
76
*/
77
public static readonly NODEJS_12_X = new Runtime('nodejs12.x', RuntimeFamily.NODEJS, { supportsInlineCode: true });
78
0 commit comments