Skip to content

Commit ce27721

Browse files
committed
fix comment
1 parent 5407ad4 commit ce27721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdkConstructs/src/constructs/TypescriptLambdaFunction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export interface TypescriptLambdaFunctionProps {
8080

8181
/**
8282
* Optional runtime for the Lambda function.
83-
* @default Runtime.NODEJS_22_X
83+
* @default Runtime.NODEJS_24_X
8484
*/
8585
readonly runtime?: Runtime
8686
}

0 commit comments

Comments
 (0)