AWS Security ChangesHomeSearch

AWS agentworkspace documentation change

Service: agentworkspace · 2025-12-25 · Documentation low

File: agentworkspace/latest/devguide/getting-started-create-application.md

Summary

Revised application development documentation with updated terminology, removed integration sections, and corrected links. Changes focus on SDK integration clarity.

Security assessment

Changes are editorial and structural (e.g., 'Developer Guide' to 'Developer guide', removed 'Integrate with user/voice data' sections). No security vulnerabilities or security features are mentioned. The HTTPS requirement and SDK references remain unchanged without new security context.

Diff

diff --git a/agentworkspace/latest/devguide/getting-started-create-application.md b/agentworkspace/latest/devguide/getting-started-create-application.md
index af59d1966..04e4b5b8b 100644
--- a//agentworkspace/latest/devguide/getting-started-create-application.md
+++ b//agentworkspace/latest/devguide/getting-started-create-application.md
@@ -3 +3 @@
-[Documentation](/index.html)[Amazon Connect Agent Workspace](/connect/index.html)[Developer Guide](what-is-service.html)
+[Documentation](/index.html)[Amazon Connect Agent Workspace](/connect/index.html)[Developer guide](what-is-service.html)
@@ -7 +7 @@
-An application is a website that can be loaded from an HTTPS URL into an iframe in the agent workspace in Amazon Connect Agent Workspace. It can be built using any frontend framework and hosted anywhere as long as it can be loaded by the user’s browser and supports being embedded. In addition to being accessible by the user, the application must integrate the application [SDK](https://github.com/amazon-connect/AmazonConnectSDK) to establish secure communication between the application and the workspace allowing the application to receive events and data from the workspace.
+An application is a website that can be loaded from an HTTPS URL into an iframe in the Amazon Connect agent workspace. It can be built using any frontend framework and hosted anywhere as long as it can be loaded by the user’s browser and supports being embedded. In addition to being accessible by the user, the application must integrate the [Amazon Connect SDK](https://github.com/amazon-connect/AmazonConnectSDK) to establish secure communication between the application and the agent workspace allowing the application to receive events and data from the workspace.
@@ -13 +13 @@ An application is a website that can be loaded from an HTTPS URL into an iframe
-  * [Initialize the SDK in your application](./getting-started-initialize-sdk.html)
+  * [Initialize the Amazon Connect SDK in your application](./getting-started-initialize-sdk.html)
@@ -15 +15 @@ An application is a website that can be loaded from an HTTPS URL into an iframe
-  * [Events and Requests](./getting-started-events-and-requests.html)
+  * [Events and requests](./getting-started-events-and-requests.html)
@@ -23,4 +22,0 @@ An application is a website that can be loaded from an HTTPS URL into an iframe
-  * [Integrate with user data](./integrate-with-user-data.html)
-
-  * [Integrate with voice data](./integrate-with-voice-data.html)
-
@@ -29 +25 @@ An application is a website that can be loaded from an HTTPS URL into an iframe
-  * [Theme](./integrating-with-agent-workspace-theme.html)
+  * [Apply a theme](./integrating-with-agent-workspace-theme.html)