Skip to content

Commit

Permalink
Use Node 16 for the Lambda runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog committed Aug 31, 2023
1 parent 03c2afd commit c290d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdkv2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class WafSecurityAutomations extends Construct {

const providerFunctionShared = {
entry: path.join(__dirname, 'provider', 'index.ts'),
runtime: lambda.Runtime.NODEJS_14_X,
runtime: lambda.Runtime.NODEJS_16_X,
timeout: cdk.Duration.minutes(15),
initialPolicy: [
new iam.PolicyStatement({
Expand Down

0 comments on commit c290d69

Please sign in to comment.