Skip to content

ThreeDotsLabs/watermill-amazonsqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watermill - Amazon SNS/SQS PubSub Adapter

This package is still under development and NOT ready for production use.

Notes for SQS

A new SQS Publisher will create the queue if it does not exist.

Notes for SNS

A new SQS Publisher will create the topic if it does not exist. Be aware that without any subsciptions the messages published to that newly created topic would be lost. Make sure you always create the topic and subscriptions before you start an SNS publisher.

Unit Tests

You can run the unit tests by simply running the command: go test -cover -race ./...

Development and Testing

To try the in test mode (using goaws)

Now you can run the application: go run cmd/main.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages