I want to exponentially delay processing SQS messages when the earlier message processing fails. All the solution I have seen utilizes a lambda function and one or more DLQ. We aren't allowed to use Lambda yet. How can I achieve the same result without using a Lambda function. Any idea will be appreciated.
Thanks!