Skip to content

Commit 4ab71ea

Browse files
author
Austin Johnson
committed
Merge branch 'development' into feature/sdk-3
2 parents 5049f6e + 452b98d commit 4ab71ea

24 files changed

+70011
-65441
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [0.21.6] - 2024-09-20
7+
## [0.21.6] - 2025-01-23
8+
- Add heartbeat for streaming responses to prevent idle timeout of 10 mins
9+
10+
## [0.21.6] - 2024-12-18
811
- Updatae the Web UI to allow VPC integration with all Lambda functions. This requires your VPC to at a minimum be able to access S3, and additional optional functionality will require additional VPC endpoints to services.
912
- Package updates to address vulnerabilities.
1013

build/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ VPATH := $(OUT)
2121

2222
# upload files to bootstrap bucket
2323
# NOTE: files uploaded with public read permissions
24-
upload: upload-templates upload-custom-resources-zip upload-src-zip upload-layers \
24+
upload: upload-templates upload-custom-resources-zip upload-src-zip \
2525
upload-response-card-image upload-initiate-chat-lambda upload-streaming-lambda upload-qbusiness-lambda
2626
.PHONY: upload
2727

@@ -39,6 +39,7 @@ upload-templates: $(TEMPLATES) | $(OUT)
3939
| tee "$(OUT)/$(@)"
4040
@echo "[INFO] master template: https://s3.amazonaws.com/$(BOOTSTRAP_BUCKET_PATH)/templates/master.yaml"
4141

42+
4243
# cfn custom resource lambda files are found under this directory
4344
CUSTOM_RESOURCES_DIR := $(TEMPLATES_DIR)/custom-resources
4445

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
font-src 'self' fonts.gstatic.com;
1515
upgrade-insecure-requests;">
1616
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
17-
<title>LexWebUi Demo</title>
17+
<title>LexWebUi</title>
1818
<!-- empty favicon to avoid 404 -->
1919
<link href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII=" rel="icon" type="image/x-icon" />
2020

dist/lex-web-ui-loader.js

Lines changed: 790 additions & 65 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.

0 commit comments

Comments
 (0)