Skip to content

Commit b709f6a

Browse files
remove comment from tf file
1 parent 72522b1 commit b709f6a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

infrastructure/terraform/components/api/module_lambda_supplier_mock.tf

Lines changed: 1 addition & 2 deletions
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" // double check that the handler function name is correct
25+
handler_function_name = "supplierMockHandler"
2626
runtime = "nodejs22.x"
2727
memory = 512
2828
timeout = 29
@@ -37,7 +37,6 @@ module "supplier_mock" {
3737
lambda_env_vars = merge(local.common_lambda_env_vars, {})
3838
}
3939

40-
// TODO: add lambda invoke permissions
4140
data "aws_iam_policy_document" "supplier_mock_lambda" {
4241
statement {
4342
sid = "KMSPermissions"

0 commit comments

Comments
 (0)