Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury2269 authored Feb 23, 2020
1 parent cf19acf commit 500a840
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# SQS Message Mover
SQS Mover moves messages from one AWS SQS queue to another. Useful when you need
to move deadletter queue messages back into the original queue.

`sqsmover` is a tool for moving AWS SQS messages from one queue to another.

![sqs-mover-intro](https://user-images.githubusercontent.com/159128/75104229-721d7580-55bb-11ea-9b06-437353a174c0.gif)

Useful when you need to move deadletter queue messages back into the original queue.

## Features

Expand All @@ -15,7 +19,7 @@ were successfully enqueued to the destination.

## Installation

SQS Mover works on most operating systems (macOS, Linux, Windows) without additional dependencies. You can install
SQS Mover is pre-compiled for macOS, Linux, Windows and does not require additional dependencies. You can install
the pre-compiled binary (in several different ways) or compile from source.

### Install the pre-compiled binary
Expand Down

0 comments on commit 500a840

Please sign in to comment.