We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5929ae commit c41b912Copy full SHA for c41b912
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 = "nodejs14.x"
+ runtime = "nodejs16.x"
26
27
environment {
28
variables = merge({
0 commit comments