diff --git a/src/provider.ts b/src/provider.ts index 0254206..e457475 100644 --- a/src/provider.ts +++ b/src/provider.ts @@ -75,7 +75,7 @@ export class Provider extends Construct { const fn = new lambda.NodejsFunction(scope, id, { vpc: props.vpc, entry: entry, - runtime: Runtime.NODEJS_16_X, + runtime: Runtime.NODEJS_18_X, timeout: Duration.seconds(300), bundling: { sourceMap: true,