Skip to content

Serverless Frameworkを使用したLINE Messageの作成

Notifications You must be signed in to change notification settings

shogo4131/line-message

Repository files navigation

Serverless Frameworkを使用したゴミの日通知botの作成

アプリ概要

ゴミ捨ての前の日にlineに通知がくるアプリ。
ゴミ捨てを忘れ、家がゴミ屋敷になるため。

インフラ構成図

constractor

環境構築

Node.js インストール

AWS CLIインストール

Accesskey, secretAccesskeyの設定

Serverless Framework インストール

LINE Developers Message API 作成

環境変数設定

.env

CHANNEL_ACCESS_TOKEN=" Message APIで発行したトークン"
USER_ID="LINE DeveloperのユーザーID"

Serverless Command

Deploy

yarn deploy

Remove

sls remove