aws-samples / amazon-gamelift-ultrafrogroyale-large-match-sample

A small sample game that demonstrates how to use GameLift FlexMatch new large match features.
Apache License 2.0
22 stars 12 forks source link

Calling Lambda function for matchmaking yields an error #7

Open Hassan-Nasser opened 3 years ago

Hassan-Nasser commented 3 years ago

I followed the tutorial of the project and all went well until i tried to connect the client to the server. So when i try to run the client and press join match it will keep trying to connect to matchmaking using the lambda function and after the timeout period which is around 80 seconds it yields the following : Function Error : Unhandled Status code : 200 Payload : {"errorMessage":"2021-05-19T21:53:42.999Z bf608fda-5ea5-4bf4-a72f-e2b07021aca6 Task timed out after 80.08 seconds"} For replicating it just follow the exact as the tutorial. The same error happens when i try to test the lambda function from AWS console so i don't think it's a unity issue.