Skip to content

Commit

Permalink
Upgrading nodejs from 12 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsnogueira-dnx committed Apr 9, 2024
1 parent 7108568 commit 08d9bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "aws_lambda_function" "lambda" {
handler = "index.handler"
timeout = var.lambda_timeout
source_code_hash = filebase64sha256("${path.module}/lambda.zip")
runtime = "nodejs12.x"
runtime = "nodejs20.x"
tags = var.tags
tracing_config {
mode = "Active"
Expand Down

0 comments on commit 08d9bd0

Please sign in to comment.