Building a serverless multi-player game that scales

By Amazon Web Services - 2021-02-24

Description

This post introduces the Simple Trivia Service, a single- and multi-player game built using a serverless-first architecture on AWS. I cover different solutions that you can use to enable connectivity ...

Summary

  • This post is written by Tim Bruce, Sr. A policy attached to the Amazon Cognito user allows the player to connect, subscribe, and send messages to the IoT endpoint.
  • These functions are integrated with API Gateway and respond to specific requests from the client.
  • This function also stores the leaderboard in the Leaderboard table, removes the game from the ActiveGames table, and sends player progression messages to the Player Progress topic.

 

Topics

  1. UX (0.29)
  2. Backend (0.23)
  3. Frontend (0.14)

Similar Articles