hagen / cliniconnect-api

0 stars 0 forks source link

Read in log events for AutoClinic reporting. #65

Open hagen opened 6 years ago

hagen commented 6 years ago

Need to show the result of AutoClinic actions. For example, when emails are sent, we need to log the sending action, and potentially also the opening action. This should be visible to the user so they can see when errors are occurring, and anything else. Should this be stored in CloudWatch, or DynamoDB? The problem we have with this system is that if records need updating, CloudWatch won't support this. You can't modify a log entry. You can only add another log entry.

Perhaps AutoClinic log events need to go to Aurora, so that they are also reportable. The problem there is that each task is different - not all are emails, so it doesn't make sense to have a single table for all different task definitions.