Simple Serverless Telegram Bot with AWS Lambda

Previously, I created a simple reminder application with AWS Lambda and Simple Notification Service (SNS) SMS messages. With so many instant messenger applications these days, it is about time I move away from using SMS messages, specifically to Telegram. Requirements There are no changes to the previous requirements. To recap: To send a text message… Continue reading Simple Serverless Telegram Bot with AWS Lambda

Serverless SMS Reminder – Terraform

I wrote about configuring this simple serverless application in a previous blog post. In this part, I will go through how I turned this into Infrastructure as Code (IAC) with Terraform, and why IAC is truly a game-changer when provisioning Cloud resources. Why Infrastructure as Code? IAC is not new on this blog. I have… Continue reading Serverless SMS Reminder – Terraform