Skip to content

Commit

Permalink
distribution build for v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Lott committed Mar 5, 2024
1 parent 57f4061 commit 64f50a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lex-web-ui/package-lock.json

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

2 changes: 1 addition & 1 deletion lex-web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"worker-loader": "^3.0.8"
},
"engines": {
"node": ">=18.0.0",
"node": ">=16.0.0",
"npm": ">=7.8.0"
},
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion templates/master-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ Resources:
CodeBuildProjectName: !Ref CodeBuildName
CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
Timestamp: 1709666541
Timestamp: 1709669767

Outputs:
BotName:
Expand Down
4 changes: 2 additions & 2 deletions templates/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ Resources:
AllowStreamingResponses: !Ref AllowStreamingResponses
ShouldEnableUpload: !Ref ShouldEnableUpload
UploadBucket: !Ref UploadBucket
Timestamp: 1709666541
Timestamp: 1709669767

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: 1709666541
Timestamp: 1709669767

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

0 comments on commit 64f50a7

Please sign in to comment.