Skip to content

Commit a50dd50

Browse files
committed
Bump runtime node version to 14
1 parent c4ba464 commit a50dd50

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
@@ -22,7 +22,7 @@ resource "aws_lambda_function" "lambda" {
2222

2323
source_code_hash = filebase64sha256(local.slack_lambda_zip)
2424

25-
runtime = "nodejs10.x"
25+
runtime = "nodejs14.x"
2626

2727
environment {
2828
variables = merge({

0 commit comments

Comments
 (0)