Skip to content

Commit ebfb170

Browse files
committed
CCM-12616: Attempt to fix mesh-poll lambda entrypoint
1 parent c7076d1 commit ebfb170

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure/terraform/components/dl/module_lambda_mesh_poll.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ module "mesh_poll" {
2222
function_code_base_path = local.aws_lambda_functions_dir_path
2323
function_code_dir = "mesh-poll/target/dist"
2424
function_include_common = true
25-
handler_function_name = "mesh_poll.handler.handler"
25+
function_module_name = "mesh_poll"
26+
handler_function_name = "handler.handler"
2627
runtime = "python3.13"
2728
memory = 128
2829
timeout = 5

0 commit comments

Comments
 (0)