Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 903 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 903 Bytes

Build Status Telegram

HanzkiTestBot

Simple Telegram bot for learning Telegram bot API and continous integration. Say hi to @HanzkiTestBot!

Architecture

Bot code is written in NodeJs and supposed to be ran as AWS Lambda function. AWS API Gateway provides a HTTP webhook for the Telegram API to call.

Tools

This project uses CircleCI as a CI server. After the build process and tests pass without errors code is deployed to AWS using Ansible and AWS Cloudformation.

Thanks