/uptimerobot_alerts_to_sns

Publishing UptimeRobot monitor alerts to an AWS SNS topic via AWS Lambda.

Primary LanguageJavaScriptMIT LicenseMIT

uptimerobot_alerts_to_sns

Usecase:

Publishing Uptimerobot monitor alerts to an AWS SNS topic via AWS Lambda function and Dynamo DB (to create and maintain state of alerts). For easy integration to any service which can consume AWS SNS notifications.

High level Architecture:

uptimerobot_publish_to_sns_diagram

This repo includes:

  • Design
  • AWS Lambda function.
  • AWS Cloudformation stack to create all AWS services requried to execute lambda function.