Skip to content

Commit

Permalink
Update README and add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsOps committed Dec 21, 2016
1 parent 1dee5e1 commit 579b3e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## v0.3 (December 21, 2016)

* Instantiate SQS object only once ([#5](https://github.com/ApsOps/gohaqd/pull/5), [@ApsOps](https://github.com/ApsOps))
* Don't create queue if it doesn't exist [#4](https://github.com/ApsOps/gohaqd/issues/4) ([#6](https://github.com/ApsOps/gohaqd/pull/6), [@ApsOps](https://github.com/ApsOps))

## v0.2 (September 29, 2016)

* Add support for SQS endpoint [#1](https://github.com/ApsOps/gohaqd/issues/1) ([#2](https://github.com/ApsOps/gohaqd/pull/2), [@ApsOps](https://github.com/ApsOps))
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ It pulls data off a queue, inserts it into the message body, and sends an HTTP P
```
## Flags:
```
--aws-region string AWS Region for the SQS queue (default "us-east-1")
-q, --queue-name string queue name to use
-u, --url string endpoint to send an HTTP POST request with contents of queue message in the body
--aws-region string AWS Region for the SQS queue (default "us-east-1")
-q, --queue-name string queue name to use
--sqs-endpoint string SQS Endpoint for using with fake_sqs
-u, --url string endpoint to send an HTTP POST request with contents of queue message in the body
```

0 comments on commit 579b3e4

Please sign in to comment.