You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2025. It is now read-only.
Goal: Allow the python function to send the user an email with the URL to download the file. This currently exists within the cpf-reporter code and will need to be translated over to ARPA Reporter. python directory.
Any python code can import a generate_email function and send_email function that accepts the same inputs as seen here. These functions must return a formatted email and use SES to send the email respectively.
Story: #3803
Requirements:
Goal: Allow the python function to send the user an email with the URL to download the file. This currently exists within the
cpf-reportercode and will need to be translated over to ARPA Reporter.pythondirectory.Current CPF implementation: https://github.com/usdigitalresponse/cpf-reporter/blob/main/python/src/functions/generate_presigned_url_and_send_email.py
Acceptance Criteria:
generate_emailfunction andsend_emailfunction that accepts the same inputs as seen here. These functions must return a formatted email and use SES to send the email respectively.