AWS Security ChangesHomeSearch

AWS appsync documentation change

Service: appsync · 2025-04-03 · Documentation low

File: appsync/latest/eventapi/event-api-websocket-protocol.md

Summary

Marked WebSocket init message as optional in protocol documentation.

Security assessment

Change clarifies protocol usage without introducing or modifying security controls.

Diff

diff --git a/appsync/latest/eventapi/event-api-websocket-protocol.md b/appsync/latest/eventapi/event-api-websocket-protocol.md
index 8f4e89348..3902f226a 100644
--- a//appsync/latest/eventapi/event-api-websocket-protocol.md
+++ b//appsync/latest/eventapi/event-api-websocket-protocol.md
@@ -328 +328 @@ This section provides information about the syntax to use to configure the detai
-After the client has established the WebSocket connection, the client sends an init message to initiate the connection session. 
+(Optional) After the client has established the WebSocket connection, the client sends an init message to initiate the connection session.