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 年前
相關內容
- 已提問 4 個月前
