File tree Expand file tree Collapse file tree
infrastructure/terraform/components/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "**/Thumbs.db" : true ,
1111 ".github" : false ,
1212 ".vscode" : false
13- }
13+ },
14+ "typescript.tsdk" : " node_modules/typescript/lib"
1415}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module "post_mi" {
2222 function_code_base_path = local. aws_lambda_functions_dir_path
2323 function_code_dir = " api-handler/dist"
2424 function_include_common = true
25- handler_function_name = " postMi "
25+ handler_function_name = " postMI "
2626 runtime = " nodejs22.x"
2727 memory = 128
2828 timeout = 5
Original file line number Diff line number Diff line change 169169 "/mi" : {
170170 "post" : {
171171 "description" : " Provide management information." ,
172- "operationId" : " postMi " ,
172+ "operationId" : " postMI " ,
173173 "requestBody" : {
174174 "required" : true
175175 },
You can’t perform that action at this time.
0 commit comments