Skip to content

Commit b566aa5

Browse files
Upgrade to node18
1 parent 40756c9 commit b566aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resource "aws_lambda_function" "lambda" {
99
handler = "index.handler"
1010
role = aws_iam_role.lambda_execution_role.arn
1111

12-
runtime = "nodejs12.x"
12+
runtime = "nodejs18.x"
1313

1414
environment {
1515
variables = {

0 commit comments

Comments
 (0)