This is a sample application of LINE Notify, works on AWS Lambda.
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
npm run lint
npm run watch
npm run local-run
npm run build
Upload the created app.zip in the console of the AWS Lambda.
Role, does not require special permissions.
Triggers, select the CloudWatch Events(Schedule)
.