Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 711 Bytes

File metadata and controls

18 lines (10 loc) · 711 Bytes

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