AWS RSS Status Check Site

AWS RSS Status Check System Architecture Diagram

System Design Details

  • Node.js application running on AWS Lambda with DynamoDB backend using the Serverless Framework for deployment and management.
  • Automatically scans a configurable list of 3rd party vendor RSS status pages for outage and maintenance notifications.
  • Real-time alert system sends notifications to pre-defined webhooks when vendor issues are detected or resolved.
  • DynamoDB table manages alert state tracking to prevent duplicate notifications and ensure proper alert lifecycle management.
  • Scheduled execution using CloudWatch Events for continuous monitoring with configurable check intervals.
  • React-based web frontend (in development) for administrative control and real-time status visualization.
  • Serverless architecture ensures cost-effective operation with automatic scaling based on monitoring demand.