Skip to content

Commit

Permalink
chore: update the node runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored Oct 31, 2024
1 parent 1413008 commit f77c9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-lambda-edge-add-security-headers/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "lambda" {
filename = data.archive_file.lambda.output_path
source_code_hash = data.archive_file.lambda.output_base64sha256
handler = "index.handler"
runtime = "nodejs14.x"
runtime = "nodejs18.x"
at_edge = true
publish_lambda = true
log_retention_in_days = var.lambda_cloudwatch_log_retention_in_days
Expand Down

0 comments on commit f77c9a1

Please sign in to comment.