Closed pjsier closed 6 years ago
Initial pass at fixing #1. Defaults to not creating a dead-letter queue, but if dead_letter is true create one with the suffix _dlq and set the max receives in the redrive policy based on the max_retries parameter
dead_letter
_dlq
max_retries
Looks great! Mind adding a test to make sure it works as expected?
Yep, sorry for missing that. Added that and rebased it here
Thanks! Merged and released as version 0.0.10!
Initial pass at fixing #1. Defaults to not creating a dead-letter queue, but if
dead_letter
is true create one with the suffix_dlq
and set the max receives in the redrive policy based on themax_retries
parameter