Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Aug 7, 2023
2 parents 1d20306 + 60234de commit bd6581d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-lambda-nodejs/lib/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface NodejsFunctionProps extends lambda.FunctionOptions {
* The runtime environment. Only runtimes of the Node.js family are
* supported.
*
* @default Runtime.NODEJS_14_X
* @default Runtime.NODEJS_18_X
*/
readonly runtime?: lambda.Runtime;

Expand Down

0 comments on commit bd6581d

Please sign in to comment.