Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Latest commit

 

History

History
72 lines (56 loc) · 3.78 KB

README.md

File metadata and controls

72 lines (56 loc) · 3.78 KB

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