Skip to content

Commit 362b8ef

Browse files
committed
fic
1 parent 7dba94a commit 362b8ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambda-warmer/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ resource "aws_lambda_function" "warmer_function" {
4040
architectures = ["arm64"]
4141
filename = data.archive_file.warmer_code.output_path
4242
runtime = "nodejs22.x"
43+
handler = "lambda.handler"
4344
source_code_hash = data.archive_file.warmer_code.output_base64sha256
4445
role = aws_iam_role.warmer_iam_role.arn
4546
function_name = "${var.function_to_warm}-warmer"

0 commit comments

Comments
 (0)