gamelift-example-lambda icon indicating copy to clipboard operation
gamelift-example-lambda copied to clipboard

AWS Lambda backend for the GameLift Unreal Engine sample project

Results 5 gamelift-example-lambda issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement