/dropwizard-sqs

Primary LanguageJavaApache License 2.0Apache-2.0

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