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 7dba94a commit 362b8efCopy full SHA for 362b8ef
lambda-warmer/main.tf
@@ -40,6 +40,7 @@ resource "aws_lambda_function" "warmer_function" {
40
architectures = ["arm64"]
41
filename = data.archive_file.warmer_code.output_path
42
runtime = "nodejs22.x"
43
+ handler = "lambda.handler"
44
source_code_hash = data.archive_file.warmer_code.output_base64sha256
45
role = aws_iam_role.warmer_iam_role.arn
46
function_name = "${var.function_to_warm}-warmer"
0 commit comments