A real-world case where AWS Security Hub pushed thousands of findings to Slack, hit rate limits, and froze the workspace.
Fix: buffer findings in DynamoDB, batch via EventBridge Scheduler, and throttle Slack/SES notifications.
Takeaway: always design for SaaS rate limits—queue, batch, back-off, and monitor.