Before using the MPS GameLift gem it's required that developers edit their _Config/default_aws_resourcemappings.json
to set the AWS region (Example: us-west-2). Otherwise, MPSGameLiftClientSystemComponent.cpp will fail during Activate() because no region was defined.
Describe the solution you'd like
Update the MPS GameLift logic to automatically extract the region from the information passed into GameLift connection menu. The menu already accepts the fleet-id and game-session-id which contains the region.
Before using the MPS GameLift gem it's required that developers edit their _Config/default_aws_resourcemappings.json to set the AWS region (Example: us-west-2). Otherwise, MPSGameLiftClientSystemComponent.cpp will fail during Activate() because no region was defined.
Describe the solution you'd like Update the MPS GameLift logic to automatically extract the region from the information passed into GameLift connection menu. The menu already accepts the fleet-id and game-session-id which contains the region.