As per the approach for the Azure service bus error handler, we can dead letter early by returning a dead letter result.
Is the same possible for SQS consumers in some way as from what I can determine from the code it's not?
I would need to wait until the delivery count has been met before AWS determines it's a dead letter I presume.
Thanks