This repository contains code used for the video series, Building Games on AWS: Amazon GameLift with Unreal Engine. For the full guide, please see the video series.
This repository includes:
- AWS Lambda function code for getting available GameLift sessions
- AWS Lambda function code for authentication with Cognito
- Unreal Engine client code for logging in and connecting to a GameLift server through Amazon API Gateway
Code as referenced in each video episode:
- Episode 5 -> lambda/GameLiftUnreal-StartGameLiftSession.py
- Episode 6 -> lambda/GameLiftUnreal-CognitoLogin.py
- Episode 7 -> unreal/OfflineMainMenuWidget.cpp, unreal/OfflineMainMenuWidget.h
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.