gamelift-example-lambda
gamelift-example-lambda copied to clipboard
AWS Lambda backend for the GameLift Unreal Engine sample project
A lot of the code involving the AWS SDK can be written to be much shorter. Look at the following links for more information: https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/using-async-await.html https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html https://docs.aws.amazon.com/lambda/latest/dg/nodejs-handler.html https://discord.com/channels/535222908818030613/721761733575835699/841866248950120468
In order to make it easier for someone to test the tutorial project's backend and make sure that the Lambda functions are working as intended, it would be beneficial to...
The title speaks for itself, perhaps look into CloudFormation for this and even automatically uploading server builds and creating fleets for the main Unreal Engine project as well as automating...
Since not everyone will be operating in the same AWS region, it may be worth it to replace instances of `us-east-1` with something else just so that people know to...
In order to make it easier for someone to get the tutorial project's backend running, it would be beneficial to add an example permission policy json file to each lambda...