Looking at the SQS docs, with the redrive policy: ...
# general
d
Looking at the SQS docs, with the redrive policy:
Copy code
"deadLetterTargetArn": aws_sqs_queue["queue_deadletter"]["arn"],
What is the
aws_sqs_queue
referring to, as well as the "queue_deadletter" queue?