Skip to content

Commit ddf52f3

Browse files
authored
Merge pull request #707 from aws-samples/features/q-business
Fix template errors
2 parents e0f7c50 + 17faa12 commit ddf52f3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

templates/lexbot.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ Resources:
460460

461461
QBusinessBotPermission:
462462
Type: AWS::Lambda::Permission
463+
Condition: EnableQBusiness
463464
Properties:
464465
FunctionName: !Ref QnaBusinessLambdaFulfillmentFunction
465466
Action: 'lambda:InvokeFunction'

templates/master.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ Parameters:
582582

583583
IDCApplicationARN:
584584
Type: String
585+
Default: ''
585586
Description: >
586587
ARN of the Identity Center customer managed application created for QBusiness. This will need to be configured
587588
manually after initial UI deployment. The value from manual creation will need to be supplied here and the template updated.

0 commit comments

Comments
 (0)