Two of my services are experiencing downtime out of the blue, and the issues reported by Sentry all points toward AWS SQS having troubles.
I took a look at the AWS Status page, and all is happily running, whereas I'm pretty sure it's not the case.
For instance, one of the issue I'm having is:
EndpointConnectionError => Could not connect to the endpoint URL: "https://eu-west-3.queue.amazonaws.com/"
(I haven't made any changes to my code nor to my AWS account)
Am I the only one?