This lambda gets the email receipt from AWS and then calls a task to update the notification in Notify's DB.
- Email gets sent through Notify
- The email receipt gets published to an SNS topic
ses-callback
- The ses_to_sqs_email_callbacks lambda has a receiver on the above SNS topic
- The lambda takes the email receipt and sends it to a celery queue
eks-notification-canada-cadelivery-receipts
with a taskprocess-ses-result