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

Export SES bounce notifications to a location where the VM team can view and search them #112

Open
1 task
jsf9k opened this issue Nov 13, 2024 · 0 comments
Labels
improvement This issue or pull request will add or improve functionality, maintainability, or ease of use

Comments

@jsf9k
Copy link
Member

jsf9k commented Nov 13, 2024

💡 Summary

There is an SNS topic that is triggered whenever we have a bounce notification from SES. Whenever the topic is triggered we currently send emails to the vulnerability inbox and to the dev team. Given the uselessness of the vulnerability inbox, we should export these notifications somewhere where the VM team can view and search them.

Motivation and context

@jeffkause mentioned to me this morning that the VM team would like to be able to view and search these notifications in something like a CloudWatch log group.

Implementation notes

SNS topics allow these types of subscriptions:

  • A Lambda
  • An SQS queue
  • A Kinesis firehose
  • Email
  • SMS
  • An HTTPS endpoint

Acceptance criteria

How do we know when this work is done?

  • The VM team can view and search SES bounce notifications.
@jsf9k jsf9k added the improvement This issue or pull request will add or improve functionality, maintainability, or ease of use label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement This issue or pull request will add or improve functionality, maintainability, or ease of use
Projects
None yet
Development

No branches or pull requests

1 participant