Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
chore: update runtime to nodejs18.x (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuloVitoi committed Feb 17, 2023
1 parent 5a97319 commit ea13474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/lambda/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "aws_lambda_function" "board_notification" {
function_name = "${var.project}-${var.env}"
role = aws_iam_role.lambda_role.arn
handler = "lambda.handler"
runtime = "nodejs16.x"
runtime = "nodejs18.x"
timeout = 10

environment {
Expand Down

0 comments on commit ea13474

Please sign in to comment.