Add support for writing messages being redriven to a local file. Ideally the file format is such that the messages are easily analyzed, as well as replayed via sqsrd if necessary. Specifically, there should be a "dry-run" flag as well, allowing this feature to do double duty as a log of the messages that were redriven, or as a simple way to archive messages for replay later (since SQS messages expire after 14 days at most).
Add support for writing messages being redriven to a local file. Ideally the file format is such that the messages are easily analyzed, as well as replayed via sqsrd if necessary. Specifically, there should be a "dry-run" flag as well, allowing this feature to do double duty as a log of the messages that were redriven, or as a simple way to archive messages for replay later (since SQS messages expire after 14 days at most).