Build AWS Services

In this Lab, we are making AWS services for user database, game result queue and resource permissions. These AWS services make interesting multiplay game on AWS.

Deploy CloudFormation Stack

To accelerate your GameLift journey, we provide CloudFormation Stack. If you would like to do this lab fastly, you are able to automate resource creation using this link.

Creating AWS resources using CloudFormation (1-0), you can move on next part immediately.

Creating AWS Services step by step

It is not much difficult to create AWS services for making Full Stack Game. You are able to try by yourselves.
This starts from step 1-1.

  1. Making DynamoDB Lab for user data
  2. Creating ElastiCache Lab
  3. Creating SQS for game result handling
  4. IAM Policy and Role Creation