We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72522b1 commit b709f6aCopy full SHA for b709f6a
1 file changed
infrastructure/terraform/components/api/module_lambda_supplier_mock.tf
@@ -22,7 +22,7 @@ module "supplier_mock" {
22
function_code_base_path = local.aws_lambda_functions_dir_path
23
function_code_dir = "supplier-mock/dist"
24
function_include_common = true
25
- handler_function_name = "supplierMockHandler" // double check that the handler function name is correct
+ handler_function_name = "supplierMockHandler"
26
runtime = "nodejs22.x"
27
memory = 512
28
timeout = 29
@@ -37,7 +37,6 @@ module "supplier_mock" {
37
lambda_env_vars = merge(local.common_lambda_env_vars, {})
38
}
39
40
-// TODO: add lambda invoke permissions
41
data "aws_iam_policy_document" "supplier_mock_lambda" {
42
statement {
43
sid = "KMSPermissions"
0 commit comments