Skip to content

Instantly share code, notes, and snippets.

@ssunday
Created May 10, 2017 19:43
Show Gist options
  • Save ssunday/928aa2105ad623f45586a0f0b3c19064 to your computer and use it in GitHub Desktop.
Save ssunday/928aa2105ad623f45586a0f0b3c19064 to your computer and use it in GitHub Desktop.
Send dead letter messages back to SQS queue
1. Set Dead letter queue's dead letter queue to the main queue you want to send messages from
2. Set max receives to 1
3. View messages/start polling for messages in dead letter queue
4. Verify messages have been sent to other queue and stop the redrive policy on the dead letter queue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment