Skip to main content

Module notifications

Module notifications 

Source
Expand description

Loop Agent SDK - Push Notifications

Lightweight notification layer that:

  1. Checks DynamoDB for cached push_token (<5ms)
  2. Falls back to Supabase if not cached
  3. Caches token in DynamoDB for future use
  4. Calls Supabase send-push Edge Function

This keeps 99% of notifications under 100ms.

Structs§

NotificationConfig
Notification service configuration
NotificationData
Additional data payload
NotificationResult
Result of sending a notification
NotificationService
Push notification service with DynamoDB caching
PushNotification
Push notification to send

Enums§

NotificationError
NotificationPriority