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

Explore SNS Topics + Lambda + SES (to enable sending emails from a SNS Topic) #11

Open
san99tiago opened this issue May 10, 2024 · 0 comments
Assignees

Comments

@san99tiago
Copy link
Owner

As the SNS Topics registered with emails require "confirming" the subscription... And there is the possibility of "unsubscribing", a workaround to solve this is to instead of subscribing to the topic with email directly, subcribe the topic to Lambda, and use it to "forward/send" the email to the desired email list.

By doing this, it's "impossible" to unsubscribe.

@san99tiago san99tiago self-assigned this May 10, 2024
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

1 participant