Skip to main content

A python library to send cloudwatch alarm events from sns to slack

Project description

Cloudwatch Alarm to Slack Notifier

A python library to send cloudwatch alarm notifications to Slack.

Usage

  • Install the package.
pip install cloudwatch_alarm_to_slack
  • It is expected this will be used as a part of a lambda.
from cloudwatch_alarm_to_slack.entrypoint import CloudwatchAlarmNotifier

def lambda_handler(event, context):
    CloudwatchAlarmNotifier.handle_event(event)
  • It is required the following environment variable be set:

    • SLACK_BOT_TOKEN: Bot token of the slack app which should have the chat:write permissions.
    • SLACK_CHANNEL: ID of the Slack channel to which notification should be sent to.

If there is another usecase, please open an issue and let me know :)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cloudwatch_alarm_to_slack-1.0.0.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

cloudwatch_alarm_to_slack-1.0.0-py3-none-any.whl (13.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page