Which solution will meet this requirement with the LEAST effort?

1 Comment

  1. John
    Author

    From my perspective, the answer is:
    Create a second SQS queue to use as a dead-letter queue. Move the call to the third-party dependency into an exception handling block. Write the message to the dead-letter queue if a failure in the third-party dependency is caught in the exception handler.

Leave a Reply

Your email address will not be published. Required fields are marked *

12 + 1 =