Skip to content

Commit

Permalink
feat: require node 18 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
berenddeboer committed Aug 19, 2023
1 parent bfa2366 commit cdd2cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cdd2cca

Please sign in to comment.