We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ba464 commit a50dd50Copy full SHA for a50dd50
terraform/main.tf
@@ -22,7 +22,7 @@ resource "aws_lambda_function" "lambda" {
22
23
source_code_hash = filebase64sha256(local.slack_lambda_zip)
24
25
- runtime = "nodejs10.x"
+ runtime = "nodejs14.x"
26
27
environment {
28
variables = merge({
0 commit comments