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
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-reporter
code and will need to be translated over to ARPA Reporter.python
directory.Current CPF implementation: https://github.com/usdigitalresponse/cpf-reporter/blob/main/python/src/functions/generate_presigned_url_and_send_email.py
Acceptance Criteria:
generate_email
function andsend_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.The text was updated successfully, but these errors were encountered: