AWS agentworkspace documentation change
Summary
Corrected phrase from 'Connect Customer Customer agent workspace' to 'Connect Customer agent workspace' by removing duplicate word
Security assessment
Change is a minor grammatical correction without security implications. The existing mention of secure SDK communication remains unmodified.
Diff
diff --git a/agentworkspace/latest/devguide/getting-started-create-application.md b/agentworkspace/latest/devguide/getting-started-create-application.md index 1d0ba24d7..9f57febf5 100644 --- a//agentworkspace/latest/devguide/getting-started-create-application.md +++ b//agentworkspace/latest/devguide/getting-started-create-application.md @@ -7 +7 @@ -# Create your application for Connect Customer Customer agent workspace +# Create your application for Connect Customer agent workspace @@ -9 +9 @@ -An application is a website that can be loaded from an HTTPS URL into an iframe in the Connect Customer Customer 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. +An application is a website that can be loaded from an HTTPS URL into an iframe in the Connect Customer 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.