Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samelamin/eventstore.aws
AWS SNS Client for EventStore
https://github.com/samelamin/eventstore.aws
Last synced: about 1 month ago
JSON representation
AWS SNS Client for EventStore
- Host: GitHub
- URL: https://github.com/samelamin/eventstore.aws
- Owner: samelamin
- Created: 2014-08-17T21:04:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-18T13:38:10.000Z (about 10 years ago)
- Last Synced: 2023-06-29T23:35:25.948Z (over 1 year ago)
- Language: C#
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An Amazon Simple Notification Service (SNS) for Event Store
The client periodically subscribes a predefined queue to all topics then saves messages to Event Store, basically an Audit Service for messages being sent via SNS
You need to add your AWS key and secret key to the app.config to allow the client to communicate with AWS
This repo is still in its early days. Ideally I would like to get the client working as a windows service which is why Topshelf is referenced.
Of course anyone is welcome to contribute and ideas are always welcome :)