AWS SQS and SQS DLQs are the fail safe. What if the SQS Service Fails?

26 Views Asked by At

I use SQS and SQS based DLQs a lot to have resiliency in my application architecture. What is the best way to implement a DLQ when AWS SQS Service is not available and adding the event to SQS fails?

0

There are 0 best solutions below