Expand description
Loop Agent SDK - Push Notifications
Lightweight notification layer that:
- Checks DynamoDB for cached push_token (<5ms)
- Falls back to Supabase if not cached
- Caches token in DynamoDB for future use
- Calls Supabase send-push Edge Function
This keeps 99% of notifications under 100ms.
Structs§
- Notification
Config - Notification service configuration
- Notification
Data - Additional data payload
- Notification
Result - Result of sending a notification
- Notification
Service - Push notification service with DynamoDB caching
- Push
Notification - Push notification to send