How to run Playwright with Python in AWS LambdaIt should not take more than a few minutes to use Playwright using Lambda.Aug 25, 2024Aug 25, 2024
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