Skip to content

SoManyHs/aws-reinvent-trivia-2019-backend

Folders and files

NameName
Last commit message
Last commit date
Nov 13, 2018
Mar 30, 2020
May 10, 2021
May 13, 2021
Oct 25, 2019
Oct 6, 2020
Nov 13, 2018
Nov 18, 2019
Nov 13, 2018
Nov 19, 2019

Repository files navigation

AWS re:Invent 2019 Trivia Game

Sample trivia game built with AWS Fargate. See reinvent-trivia.com for a running example.

Components

  • Backend API Service: REST API that serves trivia questions and answers. Running on AWS Fargate. See "trivia-backend" folder
  • Continuous delivery: Pipelines that deploy code and infrastructure for each of the components. See "pipelines" folder.

License Summary

This sample code is made available under the MIT license. See the LICENSE file.

Credits

Static site based on React Trivia

Originally based on https://github.com/aws-samples/aws-reinvent-2019-trivia-game