These are questions I've thought of or that people have asked me about how one should test a specific use case. ## Solved or partially solved ### Q: How do I verify that outbound emails sent by my app are delivered? Michael Bahr wrote about a [Serverless Inbox API](https://bahr.dev/2020/09/29/validate-email-workflows/) where you would set up an SES inbox with your own Route53 domain, and then have your test cases use email addresses from this domain. Your test code can then inspect DDB (or go via APIGW) to inspect the messages that were received by SES. ## Unsolved or suboptimal solutions #TODO fill out other use cases that are currently difficult to test