Asking about party system in AWS

0

Hi everyone

I’m working on implementing the party system for our game since I am now done implementing basic matchmaking through Gamelift. I am wondering if AWS / GameLift has support for party invites. I have not found anything yet that indicates this is true. Of course, I can make a ChatService for party invitation which is handling real-time messages between users on an EC2 instance but ideally, I don’t want to develop the ChatService by myself. What I want is that after a party leader invites a new user to a party, the new user immediately recognizes that he was invited to the party somewhat real-time. Is a party invitation system of some sort present somewhere in AWS / GameLift?

Any help is appreciated.

gefragt vor 5 Jahren219 Aufrufe
4 Antworten
0

Unfortunately, there is nothing pre-built here that I know of that solves your use case.

While its somewhat easy to build a party system for a specific game wofklow things can get complex for generalized cases esp wrt player identities and notifications (also plenty of spaces such as consoles or mobile where there are pre-existing components you may also need to integrate with).

So you'll probably need to roll your own based on top of whatever notification/chat mechanism you are using. If you are working with an AWS SA they can probably help assist with the design.

beantwortet vor 5 Jahren
0

Thank you very much and What is an AWS SA?

beantwortet vor 5 Jahren
0

Apologies for the jargon, by an SA I meant an AWS Solutions Architect.

Depending on your company size/support level you may be working with one already: https://aws.amazon.com/premiumsupport/

There are of course lots of other forums/ways of getting help with design.

beantwortet vor 5 Jahren
0

Oh.. I got it... Thank you very much!!!

beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen