- This is a serverless application that runs on AWS, using Lambda, DynamoDB & OpenAI.
- There is a scheduled lambda that runs every day to generate the quiz for the next day using Google Gemini.
- The quiz app can be accessed on https://quiz.selcukcihan.com
- See https://github.com/selcukcihan/sasten for the fullstack quiz app that consumes the data generated by this application.
Operations
Note that you need to set GOOGLE_API_KEY
environment variable before deploying, that is an API key you need to get from Google's Gemini product.
- Deploying:
yarn deploy
- Deleting the app CloudFormation stack:
yarn destroy