Hi all! Wondering if you have any recommended resources to learn more about integration / E2E testing for serverless apps?
Components I'm working with now include:
• EventBridge
• Lambda
• SQS
• DLQs
• and will also be using DDB in the near future
One of the things I'm struggling to understand is how to test failure modes - like concurrency config issues in Lambda, or errors that cause messages to be stored in a first or second DLQ, and then retried, etc.
Seems like part of this overlaps with load testing too 😬
I hope that makes sense 🙂 Thank you for your help!