Skip to content

Commit b1cc15c

Browse files
author
Christopher Lott
committed
distribution build for v0.19.7
1 parent 4f0374a commit b1cc15c

15 files changed

+2176
-2172
lines changed

dist/lex-web-ui-loader.js

Lines changed: 1985 additions & 1984 deletions
Large diffs are not rendered by default.

dist/lex-web-ui-loader.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui-loader.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui-loader.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui-loader.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui.js

Lines changed: 145 additions & 143 deletions
Large diffs are not rendered by default.

dist/lex-web-ui.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui.min.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/wav-worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/wav-worker.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lex-web-ui/package-lock.json

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 14 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/master-pipeline.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: 2010-09-09
22
Description: |
3-
Master Pipeline Lex Web UI CloudFormation template (v0.19.6)
3+
Master Pipeline Lex Web UI CloudFormation template (v0.19.7)
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.
@@ -436,7 +436,7 @@ Resources:
436436
NamePrefix: !Ref BotNamePrefix
437437
ShouldDeleteBot: !Ref ShouldDeleteBot
438438
CustomResourceCodeBucket: !Ref BootstrapBucket
439-
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.6.zip"
439+
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.7.zip"
440440

441441
CognitoIdentityPool:
442442
Type: AWS::CloudFormation::Stack
@@ -480,8 +480,8 @@ Resources:
480480
- !GetAtt CognitoIdentityPool.Outputs.CognitoIdentityPoolId
481481
- !Ref CognitoIdentityPoolId
482482
SourceBucket: !Ref BootstrapBucket
483-
SourceObject: !Sub "${BootstrapPrefix}/src-v0.19.6.zip"
484-
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.6.zip"
483+
SourceObject: !Sub "${BootstrapPrefix}/src-v0.19.7.zip"
484+
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.7.zip"
485485

486486
Pipeline:
487487
Type: AWS::CloudFormation::Stack
@@ -512,8 +512,8 @@ Resources:
512512
ParentOrigin: !Ref WebAppParentOrigin
513513
CustomResourceCodeBucket: !Ref BootstrapBucket
514514
CustomResourceCodePrefix: !Ref BootstrapPrefix
515-
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.6.zip"
516-
InitiateChatLambdaCodeObject: !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.19.6.zip"
515+
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.7.zip"
516+
InitiateChatLambdaCodeObject: !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.19.7.zip"
517517
CleanupBuckets: !Ref CleanupBuckets
518518
CognitoAppUserPoolClientId:
519519
!If
@@ -557,7 +557,7 @@ Resources:
557557
CodeBuildProjectName: !Ref CodeBuildName
558558
CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
559559
CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
560-
Timestamp: 1677532224
560+
Timestamp: 1680632412
561561

562562
Outputs:
563563
BotName:

templates/master.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: 2010-09-09
22
Description: |
3-
Master Lex Web UI CloudFormation template (v0.19.6)
3+
Master Lex Web UI CloudFormation template (v0.19.7)
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.
@@ -573,7 +573,7 @@ Resources:
573573
NamePrefix: !Ref BotNamePrefix
574574
ShouldDeleteBot: !Ref ShouldDeleteBot
575575
CustomResourceCodeBucket: !Ref BootstrapBucket
576-
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.6.zip"
576+
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.7.zip"
577577

578578
CognitoIdentityPool:
579579
Type: AWS::CloudFormation::Stack
@@ -604,9 +604,9 @@ Resources:
604604
CodeBuildName: !Ref CodeBuildName
605605
SourceBucket: !Ref BootstrapBucket
606606
SourcePrefix: !Ref BootstrapPrefix
607-
SourceObject: !Sub "${BootstrapPrefix}/src-v0.19.6.zip"
608-
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.6.zip"
609-
InitiateChatLambdaCodeObject: !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.19.6.zip"
607+
SourceObject: !Sub "${BootstrapPrefix}/src-v0.19.7.zip"
608+
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.7.zip"
609+
InitiateChatLambdaCodeObject: !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.19.7.zip"
610610
CleanupBuckets: !Ref CleanupBuckets
611611
BotName:
612612
!If
@@ -675,7 +675,7 @@ Resources:
675675
ConnectStartLiveChatIcon: !Ref ConnectStartLiveChatIcon
676676
ConnectEndLiveChatLabel: !Ref ConnectEndLiveChatLabel
677677
ConnectEndLiveChatIcon: !Ref ConnectEndLiveChatIcon
678-
Timestamp: 1677532224
678+
Timestamp: 1680632412
679679

680680
CognitoIdentityPoolConfig:
681681
Type: AWS::CloudFormation::Stack
@@ -689,7 +689,7 @@ Resources:
689689
CodeBuildProjectName: !GetAtt CodeBuildDeploy.Outputs.CodeBuildProject
690690
CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
691691
CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
692-
Timestamp: 1677532224
692+
Timestamp: 1680632412
693693

694694
Outputs:
695695
BotName:

0 commit comments

Comments
 (0)