AWS Security ChangesHomeSearch

AWS gameliftservers documentation change

Service: gameliftservers · 2025-11-07 · Documentation low

File: gameliftservers/latest/developerguide/gamelift-supported.md

Summary

Updated documentation links and restructured client integration guidance. Added Realtime servers client integration reference and clarified backend service functionality.

Security assessment

Changes involve documentation restructuring, link updates, and clarification of client/server integration processes. No security-related terminology, vulnerabilities, or mitigations are mentioned.

Diff

diff --git a/gameliftservers/latest/developerguide/gamelift-supported.md b/gameliftservers/latest/developerguide/gamelift-supported.md
index 57e279a72..2be36a324 100644
--- a//gameliftservers/latest/developerguide/gamelift-supported.md
+++ b//gameliftservers/latest/developerguide/gamelift-supported.md
@@ -13 +13 @@ Amazon GameLift Servers provides a set of SDKs and other tools to help you build
-Integrate and build your 64-bit game servers with the server SDK for Amazon GameLift Servers. The game server uses the server SDK to communicate with the Amazon GameLift Servers service for game session management, including starting, updating, and stopping game sessions. For help with integrating the server SDK into your game projects, see [Preparing games for Amazon GameLift Servers](./integration-intro.html).
+Integrate and build your 64-bit game servers with the server SDK for Amazon GameLift Servers. The game server uses the server SDK to communicate with the Amazon GameLift Servers service for game session management, including starting, updating, and stopping game sessions. For help with integrating the server SDK into your game projects, see [Prepare a game for hosting with Amazon GameLift Servers](./integration-intro.html).
@@ -116 +116 @@ The Amazon GameLift Servers Toolkit is a collection of scripts and other tools t
-Create a 64-bit backend service for your game clients using the AWS SDK, which includes the service API for Amazon GameLift Servers. Your game's backend service handles client-side interactions with the Amazon GameLift Servers service, including starting new game sessions and joining players to games. 
+Create a 64-bit backend service for your game and integrate it with functionality from the AWS SDK, which includes the service API for Amazon GameLift Servers. Use the backend service to handle client-side interactions with the Amazon GameLift Servers service, including starting or finding game sessions and joining players to games. 
@@ -124 +124,5 @@ For more information about using the AWS SDK with Amazon GameLift Servers, see t
-  * [Client service integration](./gamelift-sdk-client.html)
+  * Integrate game client functionality
+
+    * [Client-side service integration for games with custom game server builds](./gamelift-sdk-client-api.html)
+
+    * [ Client-side service integration for games with Realtime servers](https://docs.aws.amazon.com/gameliftservers/latest/realtimeguide/realtime-client.html)
@@ -148 +152 @@ Use the following tools to create, update, and monitor your Amazon GameLift Serv
-Configure and deploy Realtime servers to host your multiplayer games. To allow your game clients to connect to Realtime servers, use the Amazon GameLift Servers Realtime client SDK. To get started, [download the Realtime client SDK](https://aws.amazon.com/gamelift/servers/getting-started/). For configuration information, see [Integrating a game client for Amazon GameLift Servers Realtime](./realtime-client.html).
+Configure and deploy Realtime servers to host your multiplayer games. To allow your game clients to connect to Realtime servers, use the Amazon GameLift Servers Realtime client SDK. To get started, [download the Realtime client SDK](https://aws.amazon.com/gamelift/servers/getting-started/). For configuration information, see [ Integrating a game client for Amazon GameLift Servers Realtime](https://docs.aws.amazon.com/gameliftservers/latest/realtimeguide/realtime-client.html).