We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf9fa4 commit a28d05fCopy full SHA for a28d05f
modules/lambda/lambda.tf
@@ -1,7 +1,7 @@
1
locals {
2
- runtime = "nodejs14.x"
3
- lambda_handler = "handler.app"
4
- lambda_source_code_zip_path = "${path.module}/source_code/${var.integration_type}/app.zip"
+ runtime = "nodejs14.x"
+ lambda_handler = "handler.app"
+ lambda_source_code_zip_path = "${path.module}/source_code/${var.integration_type}/app.zip"
5
}
6
7
resource "aws_lambda_function" "spectral_scanner_lambda" {
0 commit comments