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 年前
