Skip to content

hkusu/lambda-linenotify-bot

Repository files navigation

lambda-linenotify-bot

This is a sample application of LINE Notify, works on AWS Lambda.

screen shot

Installation

git clone https://github.com/hkusu/lambda-linenotify-bot
npm install

Get your token of LINE Notify in https://notify-bot.line.me/, and set token to the .env file.

TOKEN = your token

Usage

check the syntax of source code

npm run lint

monitoring and automated build of source code

npm run watch

run the application in the local environment

npm run local-run

create an archive

npm run build

Upload the created app.zip in the console of the AWS Lambda.

screen shot

Settings in the AWS lambda

screen shot

Role, does not require special permissions.

Triggers, select the CloudWatch Events(Schedule).

Other documents

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published