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.

已提問 5 年前檢視次數 219 次
4 個答案
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.

已回答 5 年前
0

Thank you very much and What is an AWS SA?

已回答 5 年前
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.

已回答 5 年前
0

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

已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南