# Events Alerts Overview ## Introduction The Events Alerts module is responsible for notifying subscribers of generated alerts which are received by a DynamoDB Stream on the EventNotifications table that is populated by the Event Processor. Notifications may be pushed to SNS or IoT Core, or alternatively queried in real-time via AppSync (planned feature). Refer to the Events Processor Module for more detailed information on the over all Notifications Feature. ## Additional Links - [Application configuration](docs/configuration.md)