A Multiplication Tester
- Load the CloudFormation Template into your aws account.
- Fill in whatever parameters you wish for your bucketname and DynamoDB table name (as long as they're available)
- Create the Stack
- Wait a bit (maybe as much as 5 minutes)
- Visit the 'Outputs' tab to see the URL of your new Multiplication Tester Website.
I initialized the front end using this Vue repo. Visit its documentation for more info.
When you've got it ready, just npm run build
and copy the dist
folder to your newly created s3 bucket.
You've also got some shiny new Lambda functions that you can mess around with. If you're looking for a place to start, you can modify how DozenDigitsGetQuestion determines what is an "easy" question and what's a "hard" one. It'd be great to base it on your user's past performance.