3回答
- 新しい順
- 投票が多い順
- コメントが多い順
0
One thing to note is that you shouldn't include AWS credentials in game clients, e.g. to call ListFleet. A bad actor could potentially steal those credentials and, at the very least, spam ListFleet calls to get your account throttled and deny access for other players.
You should instead create a backend service to call gamelift on your client's behave. See:
回答済み 4年前
