/serverless-slack-notifier

A Serverless Slack notification service for CloudWatch Alarms written in Typescript

Primary LanguageTypeScriptMIT LicenseMIT

Banner

MIT Licensed NPM Version Build Status Build Status Greenkeeper Status

Code Issues Codebase Maintainability Test Coverage Jest

Serverless Commitizen Semantic Release Prettier

Architecture

Installation

With CI

export SLACK_HOOK_URL=<slack-hook-url>
scripts/deploy-codebuild.sh

Without CI

serverless create --template-url https://github.com/EndemolShineGroup/serverless-slack-notifier --path my-project
cd my-project
yarn
export SLACK_HOOK_URL=<slack-hook-url>
serverless deploy