GitXplorerGitXplorer
K

newrelic-sms-alerts

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
a262d6441ad2933bdfaf227ba3e82d3a22a4af02

add support to send sms by policy_name

KKav91 committed 6 years ago
Unverified
16fa9f71cc5a0555e05a54e446c0196ccc8d6096

update readme

KKav91 committed 6 years ago
Unverified
41c6f16883640dd32a862c717dd6eb539566b8d9

add region

KKav91 committed 6 years ago
Unverified
410a8eaf5842d6747d5b3ef295691d94493567bb

init

KKav91 committed 6 years ago

README

The README file for this repository.

New Relic SMS Alerts with AWS Lambda, API Gateway, SNS & Serverless Framework

Ensure serverless framework is installed https://serverless.com/.

  • Update the region within serverless.yml if required
  • Update numbers.js
  • Update index.js with any filtering or message formatting required
  • Run below:
npm install && sls deploy -v
  • Copy webhook POST endpoint
  • Setup webhook notification channel in New Relic

If you'd like to customise the messaging, you can find further details under: https://docs.newrelic.com/docs/alerts/new-relic-alerts/managing-notification-channels/customize-your-webhook-payload#variables