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 SQS queue
ses-callback-bufferis subscribed to and receives messages from the above SNS topic - The ses_to_sqs_email_callbacks lambda has a receiver on the above SQS queue
- The lambda takes the email receipts in batches of 10 and sends them to a celery queue
eks-notification-canada-cadelivery-receiptswith a taskprocess-ses-result
