jacqueskang / EventBus

A .NET Core ultra lightweight in-memory event bus implementation.
MIT License
83 stars 15 forks source link

How to subscribe to the sns using the package? #2

Open Jhordan92 opened 5 years ago

Jhordan92 commented 5 years ago

I see that everything works local, and that I can publish in SNS, but I don't see how to subscribe to the event by code, could you please explain that part?

jacqueskang commented 5 years ago

Hi @Jhordan92,

I don't have any code for subscribing SNS because I think it would be better to use directly the SDK provided by AWS (https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/sns-apis-intro.html)