Skip to content

Commit 577b851

Browse files
correct lambda handler name
1 parent 52da831 commit 577b851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/api/module_lambda_supplier_mock.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module "supplier_mock" {
2222
function_code_base_path = local.aws_lambda_functions_dir_path
2323
function_code_dir = "supplier-mock/dist"
2424
function_include_common = true
25-
handler_function_name = "supplierMockHandler"
25+
handler_function_name = "handler"
2626
runtime = "nodejs22.x"
2727
memory = 512
2828
timeout = 29

0 commit comments

Comments
 (0)