Skip to content

data-rest-api/lambda-failure-telegram-bot

Repository files navigation

Lambda Failure Telegram Bot

How to setup environment nodejs variables at runtime

Environment Variables

TELEGRAM_BOT_NAME = '{{bot_name}}'
TELEGRAM_USER_NAME = '{{user_name}}'
TELEGRAM_TOKEN = '{{token}}'
TELEGRAM_CHANNEL_ID = '{{channel_id}}'