AWS gamelift documentation change
Summary
Removed OnRefreshConnection from required callback functions list
Security assessment
Similar to other GameLift changes - API documentation update without security implications.
Diff
diff --git a/gamelift/latest/developerguide/gamelift-roadmap-containers.md index 4cc9205b2..cc016b387 100644 --- a/gamelift/latest/developerguide/gamelift-roadmap-containers.md +++ b/gamelift/latest/developerguide/gamelift-roadmap-containers.md @@ -36 +36 @@ Add functionality to your game server so that it can communicate with the Amazon - * Implement the required callback functions `OnStartGameSession()`, `OnProcessTerminate()`, and `OnRefreshConnection()`. With these functions, game server processes can maintain a connection with the Amazon GameLift service, initiate a game session when prompted by Amazon GameLift, and respond to a request to end the game server process. + * Implement the required callback functions `OnStartGameSession()`, and `OnProcessTerminate()`. With these functions, game server processes can maintain a connection with the Amazon GameLift service, initiate a game session when prompted by Amazon GameLift, and respond to a request to end the game server process.