Amazon GameLift · Arazzo Workflow
Amazon GameLift Host a Game Session and Add a Player
Version 1.0.0
Create a game session on a fleet, wait for it to become ACTIVE, then reserve a player session.
View Spec
View on GitHub
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQArazzoWorkflows
Provider
Workflows
host-game-session
Create a game session, poll until ACTIVE, then create a player session.
Creates a game session on a fleet, repeatedly describes it until it is ACTIVE, and reserves a player session for the supplied player.
1
createGameSession
CreateGameSession
Create a new game session on the fleet. New game sessions start in ACTIVATING status and must reach ACTIVE before players can join.
2
pollSessionActive
DescribeGameSessions
Describe the game session and check whether it has reached ACTIVE status. Repeat this step until the session can accept player sessions.
3
createPlayerSession
CreatePlayerSession
Reserve a player session on the now-ACTIVE game session so the player can connect to the game server.