Skip to content

Commit dfcac9b

Browse files
committed
chore(example): bump Node.js to v18.x
- Bumps the Node.js used for the Lambda authorizer to v18.x.
1 parent b16d0cc commit dfcac9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/example-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class ExampleStack extends Stack {
4545
{
4646
handler: new nodejs.NodejsFunction(this, 'authorizer', {
4747
description: 'Example authorizer',
48-
runtime: lambda.Runtime.NODEJS_16_X,
48+
runtime: lambda.Runtime.NODEJS_18_X,
4949
}),
5050
},
5151
),

0 commit comments

Comments
 (0)