Working through youtube tutorial for aws Gamelift and Unreal (12 part youtube series)
Finished the course! Backfill is working (Backfill only works if the amount of players matches up to the ruleset)
For example, if you have a game started with 1vs1.. and your ruleset allows 2v2.. then 2 new players have to queue up in order
to fill the backfill request, 1 player cant join by themselves
All the code for all the lambdas can be found here: https://github.com/chris-gong/gamelift-example-lambda
All lambda setup in Postman:
https://www.youtube.com/watch?v=tOy0xYaP3wA How To Make A Multiplayer Game With Unreal Engine and Amazon GameLift (Part 1 - UE4 Source)
https://www.youtube.com/watch?v=PIg2q0wEPJc How To Make A Multiplayer Game With Unreal Engine and Amazon GameLift (Part 2 - GameLift Server SDK)
https://www.youtube.com/watch?v=_A4JiDY24gM How To Make A Multiplayer Game With Unreal Engine and Amazon GameLift (Part 3 - Hosting Resources)
https://www.youtube.com/watch?v=gbVohFwaeVU How To Make A Multiplayer Game With Unreal Engine and Amazon GameLift (Part 4 - FlexMatch)
https://www.youtube.com/watch?v=t7U8nWHj3cI How To Make A Multiplayer Game With Unreal Engine and Amazon GameLift (Part 5 - Cognito)
https://www.youtube.com/watch?v=TJjn9xcm3Gs How To Make A Multiplayer Game With Unreal Engine and Amazon GameLift (Part 6 - Client Service)
https://www.youtube.com/watch?v=Fx2GUa0RADY&t=3s How To Make A Multiplayer Game With Unreal Engine and Amazon GameLift (Part 7 - Client)
https://www.youtube.com/watch?v=FY2jfRYTT3w&t=0s How To Make A Multiplayer Game With Unreal Engine and Amazon GameLift (Part 8 - Server & Backfill)