An Alexa skill that provides updates on the total number of COVID-19 cases and the deaths associated with it (for a particular country).
Data provided:
- Total number of COVID-19 cases
- Total deaths related to COVID-19
This skill consists of three parts:
- Gathering data from https://www.worldometers.info/coronavirus/
- Storing the data to database created with DynamoDB
- Lambda function which runs on command from Alexa to provide the data for the country (user input)