Skip to content

Commit

Permalink
Bump nodejs version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsnogueira-dnx committed Sep 19, 2022
1 parent 6244046 commit 4de98f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-slack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ resource "aws_lambda_function" "default" {

source_code_hash = filebase64sha256("${path.module}/slack.zip")

runtime = "nodejs12.x"
runtime = "nodejs16.x"

environment {
variables = {
Expand Down

0 comments on commit 4de98f4

Please sign in to comment.