Skip to content

Notification Handlers

Handlers for notification routing and delivery.

Overview

Module Description
Router NotificationRouter for routing notifications
Model Data models for notifications
Notifiers Base notifier and implementations

Notifiers

Notifier Description
SES Send notifications via Amazon SES
SNS Send notifications via Amazon SNS

Quick Start

from aibs_informatics_aws_lambda.handlers.notifications.router import NotificationRouter

handler = NotificationRouter().get_handler()