https://github.com/justeattakeaway/justsaying
A light-weight message bus on top of AWS services (SNS and SQS).
https://github.com/justeattakeaway/justsaying
aws aws-sns aws-sqs c-sharp dot-net dotnet-core message-bus sns sqs
Last synced: 17 days ago
JSON representation
A light-weight message bus on top of AWS services (SNS and SQS).
- Host: GitHub
- URL: https://github.com/justeattakeaway/justsaying
- Owner: justeattakeaway
- License: apache-2.0
- Created: 2014-04-08T10:26:12.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-05-16T01:32:48.000Z (17 days ago)
- Last Synced: 2025-05-16T04:03:20.366Z (17 days ago)
- Topics: aws, aws-sns, aws-sqs, c-sharp, dot-net, dotnet-core, message-bus, sns, sqs
- Language: C#
- Homepage:
- Size: 24.2 MB
- Stars: 49
- Watchers: 9
- Forks: 20
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# JustSaying
[](https://www.nuget.org/packages/JustSaying/)
[](https://github.com/justeattakeaway/JustSaying/discussions)[](https://github.com/justeattakeaway/JustSaying/actions?query=workflow%3Abuild+branch%3Amain)
[](https://codecov.io/gh/justeattakeaway/JustSaying)[](https://securityscorecards.dev/viewer/?uri=github.com/justeattakeaway/JustSaying)
A helpful library for publishing and consuming events / messages over SNS (SNS / SQS as a message bus).
## Documentation
Documentation can be found [here](https://justeat.gitbook.io/justsaying/).
If you want to contribute to the documentation, they are in the [docs branch](https://github.com/justeattakeaway/JustSaying/tree/docs) - PRs should be issued against this branch.
## Contributing
Please read the [contributing guide](./.github/CONTRIBUTING.md "Contributing to JustSaying").
### The End
_Happy Messaging!_