Skip to content

Commit 5261d74

Browse files
authored
docs(lambda): Update nodejs18.x doc (#25037)
Node18 is available in `me-central-1`, `eu-central-2` and `eu-south-2`. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 1c27b52 commit 5261d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-lambda/lib/runtime.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class Runtime {
8787
public static readonly NODEJS_16_X = new Runtime('nodejs16.x', RuntimeFamily.NODEJS, { supportsInlineCode: true });
8888

8989
/**
90-
* The NodeJS 18.x runtime (nodejs18.x) supported in all commercial regions except me-central-1, eu-central-2 and eu-south-2.
90+
* The NodeJS 18.x runtime (nodejs18.x)
9191
*/
9292
public static readonly NODEJS_18_X = new Runtime('nodejs18.x', RuntimeFamily.NODEJS, { supportsInlineCode: true });
9393

0 commit comments

Comments
 (0)