Pushing matchmaking updates to mobile clients in real time

0

We are listening to FlexMatch notifications using SNS to Lambda and writing session info to a DynamoDB table. Our game runs on iOS through Unity and our backend exposes a REST API. We currently have the client poll our API after starting matchmaking but we want to switch to some kind of a push mechanism.

What is a good AWS based solution for pushing matchmaking updates to the client? Looks like AppSync has some kind of a pub-sub tech but might require adapting to a GraphQL paradigm & writing a .NET wrapper to the AppSync iOS library. Maybe APNs with silent notifications through SNS? Is APNs reliable enough for anyone's experience?

asked 2 years ago176 views
1 Answer
0

Hi @REDACTEDUSER

Regards, Shashank

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions