Skip to content

Commit

Permalink
distribution build for v0.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Lott committed Feb 13, 2024
1 parent 9012ad0 commit 82a620f
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion dist/lex-web-ui-loader.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lex-web-ui-loader.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* lex-web-ui v0.20.5
* lex-web-ui v0.20.6
* (c) 2017-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Released under the Amazon Software License.
*/
Expand Down
64 changes: 32 additions & 32 deletions dist/lex-web-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lex-web-ui.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lex-web-ui.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/lex-web-ui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wav-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/wav-worker.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lex-web-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions templates/master-pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: 2010-09-09
Description: |
Master Pipeline Lex Web UI CloudFormation template (v0.20.5)
Master Pipeline Lex Web UI CloudFormation template (v0.20.6)
The Lex Web Ui can be deployed to operate against either a Lex V2 Bot OR a Lex V1 Bot BUT NOT BOTH.
Please configure either the Lex V2 bot information OR the Lex V1 bot information and leave the other
version input parameters as defaulted.
Expand Down Expand Up @@ -465,7 +465,7 @@ Resources:
NamePrefix: !Ref BotNamePrefix
ShouldDeleteBot: !Ref ShouldDeleteBot
CustomResourceCodeBucket: !Ref BootstrapBucket
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.5.zip"
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.6.zip"

CognitoIdentityPool:
Type: AWS::CloudFormation::Stack
Expand Down Expand Up @@ -509,8 +509,8 @@ Resources:
- !GetAtt CognitoIdentityPool.Outputs.CognitoIdentityPoolId
- !Ref CognitoIdentityPoolId
SourceBucket: !Ref BootstrapBucket
SourceObject: !Sub "${BootstrapPrefix}/src-v0.20.5.zip"
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.5.zip"
SourceObject: !Sub "${BootstrapPrefix}/src-v0.20.6.zip"
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.6.zip"

Pipeline:
Type: AWS::CloudFormation::Stack
Expand Down Expand Up @@ -541,8 +541,8 @@ Resources:
ParentOrigin: !Ref WebAppParentOrigin
CustomResourceCodeBucket: !Ref BootstrapBucket
CustomResourceCodePrefix: !Ref BootstrapPrefix
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.5.zip"
InitiateChatLambdaCodeObject: !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.20.5.zip"
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.6.zip"
InitiateChatLambdaCodeObject: !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.20.6.zip"
CleanupBuckets: !Ref CleanupBuckets
CognitoAppUserPoolClientId:
!If
Expand Down Expand Up @@ -590,7 +590,7 @@ Resources:
CodeBuildProjectName: !Ref CodeBuildName
CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
Timestamp: 1705680678
Timestamp: 1707789049

Outputs:
BotName:
Expand Down
16 changes: 8 additions & 8 deletions templates/master.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: 2010-09-09
Description: |
Master Lex Web UI CloudFormation template (v0.20.5)
Master Lex Web UI CloudFormation template (v0.20.6)
The Lex Web Ui can be deployed to operate against either a Lex V2 Bot OR a Lex V1 Bot BUT NOT BOTH.
Please configure either the Lex V2 bot information OR the Lex V1 bot information and leave the other
version input parameters as defaulted.
Expand Down Expand Up @@ -719,7 +719,7 @@ Resources:
NamePrefix: !Ref BotNamePrefix
ShouldDeleteBot: !Ref ShouldDeleteBot
CustomResourceCodeBucket: !Ref BootstrapBucket
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.5.zip"
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.6.zip"

CognitoIdentityPool:
Type: AWS::CloudFormation::Stack
Expand Down Expand Up @@ -754,10 +754,10 @@ Resources:
CodeBuildName: !Ref CodeBuildName
SourceBucket: !Ref BootstrapBucket
SourcePrefix: !Ref BootstrapPrefix
SourceObject: !Sub "${BootstrapPrefix}/src-v0.20.5.zip"
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.5.zip"
InitiateChatLambdaCodeObject: !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.20.5.zip"
StreamingLambdaCodeObject: !Sub "${BootstrapPrefix}/streaming-lambda-v0.20.5.zip"
SourceObject: !Sub "${BootstrapPrefix}/src-v0.20.6.zip"
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.6.zip"
InitiateChatLambdaCodeObject: !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.20.6.zip"
StreamingLambdaCodeObject: !Sub "${BootstrapPrefix}/streaming-lambda-v0.20.6.zip"
CleanupBuckets: !Ref CleanupBuckets
BotName:
!If
Expand Down Expand Up @@ -842,7 +842,7 @@ Resources:
AllowStreamingResponses: !Ref AllowStreamingResponses
ShouldEnableUpload: !Ref ShouldEnableUpload
UploadBucket: !Ref UploadBucket
Timestamp: 1705680678
Timestamp: 1707789049

CognitoIdentityPoolConfig:
Type: AWS::CloudFormation::Stack
Expand All @@ -856,7 +856,7 @@ Resources:
CodeBuildProjectName: !GetAtt CodeBuildDeploy.Outputs.CodeBuildProject
CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
Timestamp: 1705680678
Timestamp: 1707789049

##########################################################################
# Lambda that will validate if user has put in an invalid CSS color/Hex string and fail deployment
Expand Down

0 comments on commit 82a620f

Please sign in to comment.