We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049f205 commit c91a40bCopy full SHA for c91a40b
infrastructure/terraform/components/api/module_authorizer_lambda.tf
@@ -11,6 +11,10 @@ module "authorizer_lambda" {
11
log_retention_in_days = var.log_retention_in_days
12
kms_key_arn = module.kms.key_arn
13
14
+ iam_policy_document = {
15
+ body = data.aws_iam_policy_document.authorizer_lambda.json
16
+ }
17
+
18
function_name = "authorizer"
19
description = "Authorizer for Suppliers API"
20
0 commit comments