11AWSTemplateFormatVersion : 2010-09-09
22Description : |
3- Master Pipeline Lex Web UI CloudFormation template (v0.19.7 )
3+ Master Pipeline Lex Web UI CloudFormation template (v0.19.8 )
44 The Lex Web Ui can be deployed to operate against either a Lex V2 Bot OR a Lex V1 Bot BUT NOT BOTH.
55 Please configure either the Lex V2 bot information OR the Lex V1 bot information and leave the other
66 version input parameters as defaulted.
@@ -368,6 +368,12 @@ Parameters:
368368 Icon to use in menu and toolbar to end connect live chat
369369 Default : " call_end"
370370
371+ ConnectTranscriptMessageDelayInMsec :
372+ Type : Number
373+ Description : >
374+ Delay to insert between each transcript message send to Connect in msec.
375+ Default : 150
376+
371377Rules :
372378 ValidateEitherV1orV2 :
373379 RuleCondition : !Not
@@ -459,7 +465,7 @@ Resources:
459465 NamePrefix : !Ref BotNamePrefix
460466 ShouldDeleteBot : !Ref ShouldDeleteBot
461467 CustomResourceCodeBucket : !Ref BootstrapBucket
462- CustomResourceCodeObject : !Sub "${BootstrapPrefix}/custom-resources-v0.19.7 .zip"
468+ CustomResourceCodeObject : !Sub "${BootstrapPrefix}/custom-resources-v0.19.8 .zip"
463469
464470 CognitoIdentityPool :
465471 Type : AWS::CloudFormation::Stack
@@ -503,8 +509,8 @@ Resources:
503509 - !GetAtt CognitoIdentityPool.Outputs.CognitoIdentityPoolId
504510 - !Ref CognitoIdentityPoolId
505511 SourceBucket : !Ref BootstrapBucket
506- SourceObject : !Sub "${BootstrapPrefix}/src-v0.19.7 .zip"
507- CustomResourceCodeObject : !Sub "${BootstrapPrefix}/custom-resources-v0.19.7 .zip"
512+ SourceObject : !Sub "${BootstrapPrefix}/src-v0.19.8 .zip"
513+ CustomResourceCodeObject : !Sub "${BootstrapPrefix}/custom-resources-v0.19.8 .zip"
508514
509515 Pipeline :
510516 Type : AWS::CloudFormation::Stack
@@ -535,8 +541,8 @@ Resources:
535541 ParentOrigin : !Ref WebAppParentOrigin
536542 CustomResourceCodeBucket : !Ref BootstrapBucket
537543 CustomResourceCodePrefix : !Ref BootstrapPrefix
538- CustomResourceCodeObject : !Sub "${BootstrapPrefix}/custom-resources-v0.19.7 .zip"
539- InitiateChatLambdaCodeObject : !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.19.7 .zip"
544+ CustomResourceCodeObject : !Sub "${BootstrapPrefix}/custom-resources-v0.19.8 .zip"
545+ InitiateChatLambdaCodeObject : !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.19.8 .zip"
540546 CleanupBuckets : !Ref CleanupBuckets
541547 CognitoAppUserPoolClientId :
542548 !If
@@ -570,6 +576,7 @@ Resources:
570576 ConnectStartLiveChatIcon : !Ref ConnectStartLiveChatIcon
571577 ConnectEndLiveChatLabel : !Ref ConnectEndLiveChatLabel
572578 ConnectEndLiveChatIcon : !Ref ConnectEndLiveChatIcon
579+ ConnectTranscriptMessageDelayInMsec : !Ref ConnectTranscriptMessageDelayInMsec
573580
574581 CognitoIdentityPoolConfig :
575582 Type : AWS::CloudFormation::Stack
@@ -583,7 +590,7 @@ Resources:
583590 CodeBuildProjectName : !Ref CodeBuildName
584591 CognitoUserPool : !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
585592 CognitoUserPoolClient : !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
586- Timestamp : 1678465363
593+ Timestamp : 1683124094
587594
588595Outputs :
589596 BotName :
0 commit comments