Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 952 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 952 Bytes

dropwizard-sqs

A Dropwizard module for working with Amazon's Simple Queue Service and Simple Notification Service

codecov CircleCI Download

Development

Running Tests

To execute tests, an instance of GOAWS must to be running. This repo bundles a Docker compose recipe for that purpose; within the repo root execute:

docker-compose up -d
./gradlew check