/aws-reinvent-2019-trivia-game

Sample trivia game built with AWS Fargate. See https://www.reinvent-trivia.com

Primary LanguageJavaScriptMIT LicenseMIT

AWS re:Invent 2019 Trivia Game

Sample trivia game built with AWS Fargate, AWS Lambda, and Amazon Lex. See jakedecrane.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
  • Static Site: Web application page, backed by Amazon S3, Amazon CloudFront, and Amazon Route53. See "static-site" folder
  • Chat Bot: Conversational bot that asks trivia questions and validates answers, and can be integrated into Slack workspace. Running on Amazon Lex and AWS Lambda. See "chat-bot" 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