Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Goldberg authored and renanvieira committed Jul 9, 2020
1 parent 5de026f commit 7db2e09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Bring your messages back from [Dead Letter Queue](https://en.wikipedia.org/wiki/Dead_letter_queue) with this command line script that helps you moving messages from DLQ back to the main queue for reprocessing [SQS](https://aws.amazon.com/sqs/?nc1=h_ls) queues. It also can be used to move messages between queues in SQS.

## Install
```python3 setup.py install```
Mac/Linux: ```python3 setup.py install```
Windows: ```py setup.py install```

## Usage

Expand Down

0 comments on commit 7db2e09

Please sign in to comment.