An open API service indexing awesome lists of open source software.

https://github.com/takapi327/cloudwatch-log-alert

CloudWatchのアラートを検知し、Slackに通知するためのLambda用アプリケーション
https://github.com/takapi327/cloudwatch-log-alert

Last synced: 12 months ago
JSON representation

CloudWatchのアラートを検知し、Slackに通知するためのLambda用アプリケーション

Awesome Lists containing this project

README

          

# CloudWatch log alert

## 概要
CloudWatchのアラートを検知し、Slackに通知するためのLambda用アプリケーション

## セットアップ
### npm
```bash
$ npm init
$ npm install typescript
$ npm tsc --init
$ npm install --save-dev @types/node
```

### yarn
```bash
$ yarn init
$ yarn add typescript
$ yarn tsc --init
$ yarn add --dev @types/node
```

## クローン
```bash
$ git clone git@github.com:takapi327/cloudwatch-log-alert.git
$ yarn init or npm init
```