How to run Playwright with Python in AWS LambdaIt should not take more than a few minutes to use Playwright using Lambda.Aug 25, 20241Aug 25, 20241
Start or stop AWS instance using Telegram BotManaging costs in AWS can be challenging, especially if you forget to stop instances when they’re not in use. A simple yet effective way to…Aug 15, 2024Aug 15, 2024
spell check Sanskrit text without knowing SanskritI recently edited sanskrit wikipedia and corrected spellings without knowing much about Sanskrit language. It was not possible without the…Jun 10, 2024Jun 10, 2024
Telegram bot for ChatGPT1) Download and install Telegram app. Connect to “BotFather” bot on telegram and request for a new bot name as shown in the image below…Mar 22, 20241Mar 22, 20241
Copy ECR Repository to another accountLet’s assume you need to copy your ECR repository from one account to another.Dec 10, 20231Dec 10, 20231
How I completely fooled google using AWS lambdaGoogle does not allow more than 20 search hits while using python modules like requests and beautifulSoup. It blocked my IP address when I…Oct 16, 2022Oct 16, 2022
Migrate data from sql-server to athenaLet’s assume I have a file called “xyz.bak” and the size is around 3 GB. It’s a data backup of SQL server. I need to open it and find all…Jun 24, 2022Jun 24, 2022
List-based Spellchecker extension for Libre-Office WriterI have developed a list-based spellchecker for Libreoffice writer that can be downloaded from…May 12, 2022May 12, 2022
Use ARM for your lambda functionIf you want to reduce the lambda cost, change your hardware to ARM. Create a new image using ARM processor and push the image to ECR. Use…Oct 5, 2021Oct 5, 2021
Analyze and search starred repositories of any github userRecently I was looking for dog breeds classifier ML model. A simple google search like this will show a number of results from github as…Feb 21, 2021Feb 21, 2021
Search across stack-overflow top user’s answersWhy do I need to use google if all I need is to search within stack-overflow? I can find the user ID of the top poster (for e.g. “jezrael”)Dec 29, 2020Dec 29, 2020
Run a daily cron using AWSRun your daily crons in an isolated and scalable serverless environment.Oct 27, 2020Oct 27, 2020
Using glue jobs to create athena tablesThe life is easy with AWS! Thank you Athena for solving the big data problem once and for all.Oct 26, 2020Oct 26, 2020
capture, translate and understand live tweetsIn this article we will install the excellent template provided by AWS and then extend it to add more features.Oct 17, 2020Oct 17, 2020
Change Data Capture using DMSCDC (Change Data Capture) option in DMS is like mysql replication. It continuously monitors your data and records new values to S3.Oct 6, 2020Oct 6, 2020
emailThis bookmark using serverless APIThere are times when I find a great article or web page but don’t have time to read. I use EmailThis service to save text from a website…Apr 7, 2020Apr 7, 2020
CloudFromation Template for visualising AWS CloudTrail LogsThe article “Visualising AWS CloudTrail Logs using EKK stack” is very useful and I followed all the steps to enable AWS logging.Oct 25, 2019Oct 25, 2019