This generate aws resources that notify newrelic dashboard snapshot to slack.
- Node = 18.x
- copy example env
cp .example.env .env
- fill these out
NEWRELIC_GUID="" #NewRelic Dashboard GUID
NEWRELIC_APIKEY="" #NewRelic User API Key
SLACK_PATH="" #Slack Webhook URL
SLACK_SUBJECT="" #Your Preferred Message Subject
- send slack test notification
make test