Amazon GameLift · Arazzo Workflow
Amazon GameLift Set Up and Run FlexMatch Matchmaking
Version 1.0.0
Create a matchmaking rule set, build a configuration on it, then start a matchmaking ticket and poll it.
View Spec
View on GitHub
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQArazzoWorkflows
Provider
Workflows
setup-matchmaking
Create a rule set and configuration, start matchmaking, and poll the ticket.
Creates a matchmaking rule set and a configuration that uses it, starts a matchmaking ticket, and repeatedly describes the ticket until it COMPLETED, REQUIRES_ACCEPTANCE, or terminated.
1
createRuleSet
Create a matchmaking rule set from the supplied JSON rule body. The configuration created next references this rule set by name.
2
createConfiguration
Create a matchmaking configuration that uses the new rule set. The configuration governs how players are grouped and how matched sessions are started.
3
startMatchmaking
Start a matchmaking ticket for the supplied players using the new configuration. The ticket begins in QUEUED status.
4
pollMatchmaking
Describe the matchmaking ticket and check its status. Repeat while QUEUED or SEARCHING; finish once the ticket is COMPLETED or REQUIRES_ACCEPTANCE.
Source API Descriptions
openapi
xAmzTargetGameliftCreatematchmakingconfigurationApi
https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/openapi/amazon-gamelift-x-amz-target-gamelift-creatematchmakingconfiguration-api-openapi.yml
openapi
xAmzTargetGameliftCreatematchmakingrulesetApi
https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/openapi/amazon-gamelift-x-amz-target-gamelift-creatematchmakingruleset-api-openapi.yml
openapi
xAmzTargetGameliftDescribematchmakingApi
https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/openapi/amazon-gamelift-x-amz-target-gamelift-describematchmaking-api-openapi.yml
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.