Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SoManyHs committed Nov 19, 2019
1 parent 67555c9 commit e48949f
Show file tree
Hide file tree
Showing 52 changed files with 5 additions and 9,992 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
## AWS re:Invent 2019 Trivia Game

Sample trivia game built with AWS Fargate, AWS Lambda, and Amazon Lex. See [reinvent-trivia.com](https://www.reinvent-trivia.com) for a running example.
Sample trivia game built with AWS Fargate. See [reinvent-trivia.com](https://www.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
Expand All @@ -16,3 +14,5 @@ This sample code is made available under the MIT license. See the LICENSE file.
## Credits

Static site based on [React Trivia](https://github.com/ccoenraets/react-trivia)

Originally based on https://github.com/aws-samples/aws-reinvent-2019-trivia-game
130 changes: 0 additions & 130 deletions chat-bot/.gitignore

This file was deleted.

51 changes: 0 additions & 51 deletions chat-bot/README.md

This file was deleted.

195 changes: 0 additions & 195 deletions chat-bot/bot/bot.js

This file was deleted.

Loading

0 comments on commit e48949f

Please sign in to comment.