Sample trivia game built with AWS Fargate, AWS Lambda, and Amazon Lex. See trivia.weijing329.studio for a running example.
- 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.
This sample code is made available under the MIT license. See the LICENSE file.
Static site based on React Trivia