Skip to content

Commit

Permalink
distribution build for v0.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Lott committed Jan 19, 2024
1 parent 6f36ca3 commit 1adef1f
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 63 deletions.
4 changes: 2 additions & 2 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ $(OUT):

# upload cfn templatess
upload-templates: $(TEMPLATES) | $(OUT)
@echo "[INFO] Validating templates"
@$(MAKE) -C $(TEMPLATES_DIR)
#@echo "[INFO] Validating templates"
#@$(MAKE) -C $(TEMPLATES_DIR)
@echo "[INFO] Uploading templates"
aws s3 sync --acl public-read --exclude "*" --include "*.yaml" \
"$(TEMPLATES_DIR)" "s3://$(BOOTSTRAP_BUCKET_PATH)/templates/" \
Expand Down
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.4
* lex-web-ui v0.20.5
* (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.4)
Master Pipeline Lex Web UI CloudFormation template (v0.20.5)
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.4.zip"
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.5.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.4.zip"
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.4.zip"
SourceObject: !Sub "${BootstrapPrefix}/src-v0.20.5.zip"
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.5.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.4.zip"
InitiateChatLambdaCodeObject: !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.20.4.zip"
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.5.zip"
InitiateChatLambdaCodeObject: !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.20.5.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: 1703687987
Timestamp: 1705680678

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.4)
Master Lex Web UI CloudFormation template (v0.20.5)
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.4.zip"
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.5.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.4.zip"
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.20.4.zip"
InitiateChatLambdaCodeObject: !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.20.4.zip"
StreamingLambdaCodeObject: !Sub "${BootstrapPrefix}/streaming-lambda-v0.20.4.zip"
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"
CleanupBuckets: !Ref CleanupBuckets
BotName:
!If
Expand Down Expand Up @@ -842,7 +842,7 @@ Resources:
AllowStreamingResponses: !Ref AllowStreamingResponses
ShouldEnableUpload: !Ref ShouldEnableUpload
UploadBucket: !Ref UploadBucket
Timestamp: 1703687987
Timestamp: 1705680678

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: 1703687987
Timestamp: 1705680678

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

0 comments on commit 1adef1f

Please sign in to comment.