Skip to content

Commit

Permalink
Merge pull request #3 from kabisa/fix/update-nodejs-version
Browse files Browse the repository at this point in the history
Update nodejs version 16 > 20
  • Loading branch information
jixxed authored Sep 23, 2024
2 parents 2bc9925 + 70fdad0 commit 5dce5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ resource "aws_lambda_function" "this" {
publish = true
role = aws_iam_role.this.arn
handler = "index.handler"
runtime = "nodejs16.x"
runtime = "nodejs20.x"
source_code_hash = filebase64sha256(data.archive_file.this.output_path)
}

0 comments on commit 5dce5be

Please sign in to comment.