Change expiration event names and when creating a log entry, also update names in existing log entries
#domainwatchman

Write an API method and tests to retrieve domain log
#domainwatchman

Write a repository method and tests to retrieve domain logs from the database
#domainwatchman

Remove the time to live attribute and add a new one because DynamoDB doesn't support renaming
#domainwatchman

Store a timestamp instead of a domain name in the sort key for domain change logging and remove previous log records from the database
#domainwatchman

Fix issue preventing multiple log entries from being added to the same domain name
#domainwatchman

Deploy domain change logging to production
#domainwatchman

Set the time to live attribute when creating a domain log entry
#domainwatchman

Enable the time to live attribute on the DynamodDB table and try it out to see if it really works
#domainwatchman

Prevent domain log entries from cluttering the global secondary index
#domainwatchman

Add domain changes logging to the updater service
#domainwatchman

Fix blog links on the landing page to avoid unnecessary redirects
#domainwatchman

Work on adding domain changes logging to the updater lambda
#domainwatchman

Refactor the notifier service, including tests to return a separate result for each notification channel
#domainwatchman

Write a repository method and tests for creating domain log entries
#domainwatchman
