From 17faa1282f688d41fa2779261a18362f8bbbe92c Mon Sep 17 00:00:00 2001 From: Austin Johnson Date: Mon, 15 Jul 2024 16:01:03 -0400 Subject: [PATCH] Fix template errors --- templates/lexbot.yaml | 1 + templates/master.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/lexbot.yaml b/templates/lexbot.yaml index 2e651f29..0feab58a 100644 --- a/templates/lexbot.yaml +++ b/templates/lexbot.yaml @@ -460,6 +460,7 @@ Resources: QBusinessBotPermission: Type: AWS::Lambda::Permission + Condition: EnableQBusiness Properties: FunctionName: !Ref QnaBusinessLambdaFulfillmentFunction Action: 'lambda:InvokeFunction' diff --git a/templates/master.yaml b/templates/master.yaml index 54287e46..ffdb8b51 100644 --- a/templates/master.yaml +++ b/templates/master.yaml @@ -582,6 +582,7 @@ Parameters: IDCApplicationARN: Type: String + Default: '' Description: > ARN of the Identity Center customer managed application created for QBusiness. This will need to be configured manually after initial UI deployment. The value from manual creation will need to be supplied here and the template updated.