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
Category: Serverless SMS Reminder
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
Serverless SMS Reminder
Do you pay monthly subscriptions for Netflix, Spotify and other entertainment? Do you share your subscription with a couple of friends? I do. And I always forget to remind them to pay up. We have to automate this. The Requirements Let us start by having the end goals in mind. I wanted: To send a… Continue reading Serverless SMS Reminder