Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions templates/lexbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ Resources:

QBusinessBotPermission:
Type: AWS::Lambda::Permission
Condition: EnableQBusiness
Properties:
FunctionName: !Ref QnaBusinessLambdaFulfillmentFunction
Action: 'lambda:InvokeFunction'
Expand Down
1 change: 1 addition & 0 deletions templates/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down