Store queries for common things one wants to know from HTTP request logs. eg
- How many unique visitors have I had?
- How many 4xx errors have I had?
- How many 5xx errors?
This will help users who aren't super familiar with SQL self-service. AWS provides some example queries which may be a good starting place.