Skip to content

Commit 43553d0

Browse files
author
Christopher Lott
authored
Merge pull request #446 from aws-samples/development
fix: add missing cf parameter
2 parents 2a16ffc + f5d20e1 commit 43553d0

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

templates/master-pipeline.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,16 @@ Parameters:
110110
be deleted when the stack is deleted. Otherwise, the bot
111111
will be preserved. Only applies if the bot is created by
112112
this stack.
113-
113+
114+
HideButtonMessageBubble:
115+
Type: String
116+
Default: false
117+
AllowedValues:
118+
- true
119+
- false
120+
Description: >
121+
If set to true, hide the message bubble on a response card button press
122+
114123
ShouldEnableLiveChat:
115124
Type: String
116125
Default: false
@@ -504,7 +513,7 @@ Resources:
504513
CodeBuildProjectName: !Ref CodeBuildName
505514
CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
506515
CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
507-
Timestamp: 1665983509
516+
Timestamp: 1665945425
508517

509518
Outputs:
510519
BotName:

0 commit comments

Comments
 (0)