AWS Security ChangesHomeSearch

AWS connect documentation change

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

File: connect/latest/adminguide/enable-push-notifications-for-mobile-chat.md

Summary

Updated breadcrumb navigation and corrected API references for push notification registration endpoints

Security assessment

Change includes breadcrumb update and correction of API endpoint URLs from CreateIntegrationAssociation to CreatePushNotificationRegistration and DeletePushNotificationRegistration. This fixes documentation accuracy but doesn't address security vulnerabilities.

Diff

diff --git a/connect/latest/adminguide/enable-push-notifications-for-mobile-chat.md b/connect/latest/adminguide/enable-push-notifications-for-mobile-chat.md
index 393274ea1..e97a89301 100644
--- a//connect/latest/adminguide/enable-push-notifications-for-mobile-chat.md
+++ b//connect/latest/adminguide/enable-push-notifications-for-mobile-chat.md
@@ -5 +5 @@
-[Documentation](/index.html)[Amazon Connect](/connect/index.html)[Administrator Guide](what-is-amazon-connect.html)
+[Documentation](/index.html)[Amazon Connect Customer](/connect/index.html)[Administrator Guide](what-is-amazon-connect.html)
@@ -92 +92 @@ To register the device with a chat contact, we recommend that you do the followi
-  2. Embed a call to the [CreatePushNotificationRegistration](https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateIntegrationAssociation.html) action in a Lambda function in a contact flow. The flow block should read `deviceToken` and `deviceType` from the user-defined contact attributes, and the `initialContactId` from the system attributes, then pass these values to the Lambda function.
+  2. Embed a call to the [CreatePushNotificationRegistration](https://docs.aws.amazon.com/connect/latest/APIReference/API_CreatePushNotificationRegistration.html) action in a Lambda function in a contact flow. The flow block should read `deviceToken` and `deviceType` from the user-defined contact attributes, and the `initialContactId` from the system attributes, then pass these values to the Lambda function.
@@ -101 +101 @@ To register the device with a chat contact, we recommend that you do the followi
-  1. (optional) Embed a call to the [DeletePushNotificationRegistration](https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateIntegrationAssociation.html) action in a Lambda function in a flow. Once the API call is made, the device will stop receiving push notifications when a new message comes from the agent or system.
+  1. (optional) Embed a call to the [DeletePushNotificationRegistration](https://docs.aws.amazon.com/connect/latest/APIReference/API_DeletePushNotificationRegistration.html) action in a Lambda function in a flow. Once the API call is made, the device will stop receiving push notifications when a new message comes from the agent or system.