Which solution will meet this requirement with the LEAST effort?

2 Comments

  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.

  2. Jacob
    Author

    I weigh that 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 to Jacob Cancel reply

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

9 + 18 =