Skip to content

Commit

Permalink
Upgrade to node18
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBoudreau authored Aug 30, 2023
1 parent f2ded2e commit e8419d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "aws_lambda_function" "lambda" {
handler = "index.handler"
role = aws_iam_role.lambda_execution_role.arn

runtime = "nodejs12.x"
runtime = "nodejs18.x"

environment {
variables = {
Expand Down

0 comments on commit e8419d3

Please sign in to comment.