Skip to content

Sample trivia game built with AWS Fargate, AWS Lambda, Amazon Lex, and the AWS CDK.

License

Notifications You must be signed in to change notification settings

michft-v/aws-reinvent-2018-trivia-game

 
 

Repository files navigation

AWS re:Invent 2018 Trivia Game

Sample trivia game built with AWS Fargate, AWS Lambda, and Amazon Lex. 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
  • 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

About

Sample trivia game built with AWS Fargate, AWS Lambda, Amazon Lex, and the AWS CDK.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.1%
  • CSS 7.1%
  • Shell 3.3%
  • Other 1.5%