Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a SNS Handler #22

Open
andrewthetechie opened this issue Mar 7, 2022 · 2 comments
Open

Add a SNS Handler #22

andrewthetechie opened this issue Mar 7, 2022 · 2 comments

Comments

@andrewthetechie
Copy link

The SQS handler is a good start, but it would be great if I could use fastapi events with SNS.

I know I could write a local handler or write my own handler, but it would be cool to see one included with fastapi-events.

@melvinkcx
Copy link
Owner

Hi @andrewthetechie, thanks for the request. I'm collecting insights on how developers use SNS. It'd be great if you could provide some feedback on this.

I'm thinking of a catch-all solution to forwarding all events to a particular SNS topic. Obviously, this wouldn't work for all use cases, but I think it's a good start.

@andrewthetechie
Copy link
Author

That sort of catch-all would be a good first start, but I'd like to be able to route events to specific SNS topics, rather than just one topic.

I'd be ok with having to define the topic by ARN.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants