Hey Everyone! Does anyone here send out a lot of automated texts and emails to customers? If so, what sort of monitoring do you use to identify when messages are being sent too often, never sent at all, etc. Its a hard thing to write tests for and we don’t have a lot of insight into what is happening with out current set up (scheduling events with ddb, when the time comes we trigger a lambda that runs some checks to see if the user is in a state where the communication should still be sent, then we send with aws sns/ses). If anyone has solved this issue before I would love to hear your thoughts!