Skip to content

Commit 22f8273

Browse files
authored
Merge pull request #708 from aws-samples/development
Patch of v0.21.4 release
2 parents cd9fc34 + ddf52f3 commit 22f8273

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)