Football Chat Bot. Integrated into Amazon Web Services
Clone application repository:
git clone https://github.com/tormozz48/football-chat-bot-aws.gitInstall npm dependencies:
npm installLaunch DynamoDB in Docker
docker-compose up -dRun service in offline-mode. See documentation
npm run devServerless parameters. See documentation
telegramBotToken- unique telegram bot token.telegramBotWebhookUrl- url of telegram webhook.vkToken- unique vk bot token string.vkConfirmation- vk verification code.
npm run lint- Run static checks.npm run dev- Launch service in offline mode.npm run deploy- Launch serverless deploy. See documentationnpm test- Run unit tests via Jest.npm run db-gui- Open Web UI pointed to local DynamoDB instance