AWS - SNS and SQS
Given the following SQS queue configuration with a DLQ and maxReceiveCount set to 3, what happens when a message fails processing 4 times?
{"RedrivePolicy": {"deadLetterTargetArn": "arn:aws:sqs:region:account-id:DLQ", "maxReceiveCount": 3}}