Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

A light-weight message bus on top of AWS services (SNS and SQS).

Awesome Lists containing this project

README

        

# JustSaying

[![NuGet](https://img.shields.io/nuget/v/JustSaying.svg?maxAge=3600)](https://www.nuget.org/packages/JustSaying/)
[![GitHub Discussions](https://img.shields.io/github/discussions/justeattakeaway/JustSaying)](https://github.com/justeattakeaway/JustSaying/discussions)

[![Build status](https://img.shields.io/github/actions/workflow/status/justeattakeaway/JustSaying/build.yml?branch=main&logo=github)](https://github.com/justeattakeaway/JustSaying/actions?query=workflow%3Abuild+branch%3Amain)
[![codecov](https://codecov.io/gh/justeattakeaway/JustSaying/branch/main/graph/badge.svg)](https://codecov.io/gh/justeattakeaway/JustSaying)

[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/justeattakeaway/JustSaying/badge)](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!_