AWS Security ChangesHomeSearch

AWS connect documentation change

Service: connect · 2026-05-19 · Documentation low

File: connect/latest/adminguide/integrate-chat-with-mobile.md

Summary

Minor wording changes replacing 'leverages' with 'uses' and 'Leverage' with 'Use'

Security assessment

Changes are purely terminological replacements without altering security context. The security statement about secure communication remains unchanged.

Diff

diff --git a/connect/latest/adminguide/integrate-chat-with-mobile.md b/connect/latest/adminguide/integrate-chat-with-mobile.md
index cc51e215b..741da1a4d 100644
--- a//connect/latest/adminguide/integrate-chat-with-mobile.md
+++ b//connect/latest/adminguide/integrate-chat-with-mobile.md
@@ -43 +43 @@ The Connect Customer Chat WebView integration allows you to embed the full chat
-This approach ensures secure communication and leverages the web-based Connect Customer chat interface. However, you will need to configure your app to handle cookies and JavaScript properly.
+This approach ensures secure communication and uses the web-based Connect Customer chat interface. However, you will need to configure your app to handle cookies and JavaScript properly.
@@ -66 +66 @@ The Connect Customer Chat SDKs wrap the Connect Customer Participant Service API
-Connect Customer Chat React Native integration offers a cross-platform solution. It enables teams to build chat functionality for both Android and iOS with a shared codebase. This method balances customization and development efficiency while leveraging React Native's capabilities for creating robust mobile applications.
+Connect Customer Chat React Native integration offers a cross-platform solution. It enables teams to build chat functionality for both Android and iOS with a shared codebase. This method balances customization and development efficiency while using React Native's capabilities for creating robust mobile applications.
@@ -107 +107 @@ Refer to our sample [iOS](https://github.com/amazon-connect/amazon-connect-chat-
-  4. Set up React Native integration: Leverage the [React Native](https://github.com/amazon-connect/amazon-connect-chat-ui-examples/tree/master/mobileChatExamples/connectReactNativeChat) example for guidance on implementing react native based solution.
+  4. Set up React Native integration: Use the [React Native](https://github.com/amazon-connect/amazon-connect-chat-ui-examples/tree/master/mobileChatExamples/connectReactNativeChat) example for guidance on implementing react native based solution.