Building a Scalable Telegram Chatbot with Python and Serverless Function.

Maxime
AWS Tip
Published in
8 min readJan 2, 2023

--

Photo by Pradamas Gifarry on Unsplash

Let’s define what we want to do: we want to have in Telegram a bot that is capable of answering our questions. We want to code it in Python. And to make it available to everyone by deploying it on a serverless function (serverless because we want a scalable solution without worrying about the underlying infrastructure). This project is a good opportunity to learn…

--

--