AWS gamelift documentation change
Summary
Removed OnRefreshConnection from required callback functions list
Security assessment
Consistent with other GameLift files - technical documentation update without security context.
Diff
diff --git a/gamelift/latest/developerguide/gamelift-roadmap-managed.md index 7c1997c60..0ebce4ec3 100644 --- a/gamelift/latest/developerguide/gamelift-roadmap-managed.md +++ b/gamelift/latest/developerguide/gamelift-roadmap-managed.md @@ -42 +42 @@ Add functionality to your game server so that it can communicate with the Amazon - * Implement the required callback functions `OnRefreshConnection()`, `OnProcessTerminate()`, and `OnStartGameSession()`. 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 prompt to end the game server process. + * Implement the required callback functions `OnProcessTerminate()`, and `OnStartGameSession()`. 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 prompt to end the game server process.