Skip to content

Commit

Permalink
Use nodejs18
Browse files Browse the repository at this point in the history
  • Loading branch information
fmasuhr committed Jul 3, 2023
1 parent 323025b commit 96d4e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lambda/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.16
18.16
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "aws_lambda_function" "this" {
function_name = var.name

runtime = "nodejs16.x"
runtime = "nodejs18.x"
handler = "index.handler"
timeout = 5
reserved_concurrent_executions = 3
Expand Down

0 comments on commit 96d4e3c

Please sign in to comment.