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 Notifications Module for SES #1040

Open
avrohomgottlieb opened this issue Jan 2, 2025 · 0 comments
Open

Add Notifications Module for SES #1040

avrohomgottlieb opened this issue Jan 2, 2025 · 0 comments
Assignees

Comments

@avrohomgottlieb
Copy link
Contributor

Context

Issue #1037 added the necessary terraform resources to enable ses support, and verified successful functionality of email sending.

Problem or idea

This issue will focus on adding the necessary application code to utilize our new ses resources.

Solution or next step

Next steps include:

  • Add a notifications.py module (with the intention of using it for both ses email and slack messaging logic)
    • Start out with a send_email function
  • Add a basic html template that can be referenced in the outgoing email
  • Add a notify flag to the generate_computed_file management command
  • Add a call to the notifications::send_email in the generate_computed_file management command, which should fire if the notify flag is set to True
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