We use AWS Lambda to send transactional emails and push notifications. When we send an email or push notification we publish messages to related AWS SQS (Simple Queue Service). Our queue triggers Lambda function which processes messages in the related queue.

Related Articles