79231535

Date: 2024-11-27 18:53:45
Score: 1
Natty:
Report link

Take a look at Transactional Outbox pattern from AWS Prescriptive Guidance https://docs.aws.amazon.com/prescriptive-guidance/latest/cloud-design-patterns/transactional-outbox.html

To guarantee that the delivery order of messages to Amazon SQS (or Kinesis) matches the actual order of database modifications, you can implement the Outbox Pattern. We considered this for one of our projects and thought this was an overkill, but this seems to solve the order issue

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ananth Tirumanur