Skip to content

Commit

Permalink
Bump runtime node version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmatte committed May 4, 2021
1 parent c4ba464 commit a50dd50
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 @@ -22,7 +22,7 @@ resource "aws_lambda_function" "lambda" {

source_code_hash = filebase64sha256(local.slack_lambda_zip)

runtime = "nodejs10.x"
runtime = "nodejs14.x"

environment {
variables = merge({
Expand Down

0 comments on commit a50dd50

Please sign in to comment.