Amazon GameLift · Arazzo Workflow
Amazon GameLift Search for a Game Session and Join It
Version 1.0.0
Search a fleet for an active game session with open slots, then reserve a player session on it.
View Spec
View on GitHub
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQArazzoWorkflows
Provider
Workflows
search-and-join
Search a fleet for an open game session and reserve a player session on it.
Searches a fleet for active game sessions with available player slots and, when one is found, reserves a player session on it; otherwise ends without joining.
1
searchSessions
SearchGameSessions
Search the fleet for active game sessions matching the filter, returning up to the first matching session.
2
joinSession
CreatePlayerSession
Reserve a player session on the discovered game session so the player can connect.