BUG REPORT: EventBridge Scheduler does not allow FIFO Dead Letter Queues

0

I believe I found a defect in the new EventBridge Scheduler product:

  1. FIFO SQS queues require FIFO deal letter queues (https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html )

  2. When attempting to create a Schedule that targets a FIFO SQS queue, if you specify a FIFO dead letter queue, then the request fails because the regex used to validate the DLQ ARN does not allow for a ".fifo" suffix.

2 Answers
2
Accepted Answer

Currently, EventBridge Scheduler does not support using a FIFO queue as your schedule's DLQ.

[+] https://docs.aws.amazon.com/scheduler/latest/UserGuide/configuring-schedule-dlq.html#configuring-schedule-dlq-create-queue

AWS
answered 10 months ago
  • It would be nice if the documentation explicitly stated that "DLQs are supported by Scheduler if your target is a FIFO SQS Queue."

    Would also be nice to know if this is a feature being pursued or if this is the permanent state of this product.

0

Hi, AWS service teams usually do not monitor re:Post re. bugs. To get yours fixed, you have to open a Support ticket via the AWS console of your account. Best, Didier

profile pictureAWS
EXPERT
answered 10 months ago
  • Literally was asked to post the bug report here when I contacted support...

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions