Inspection events land in an SQS dead-letter queue. Opening the poison messages shows a newer JSON schema the consumer does not understand yet. What should analysis conclude?
Select an answer to reveal the explanation.
Short Explanation
Dead-letter queues are the trash drawer with receipts. Open those poison messages and you often find a schema the consumer never learned yet.
Full Explanation
Inspecting dead-letter queue payloads often reveals poison messages such as a producer schema change the consumer cannot deserialize. That analysis drives consumer updates or producer compatibility fixes. Region spelling myths, mandatory VPC redesigns, and CloudTrail-only inspection do not replace reading the failed message bodies.