Shantanu OakHow to run Playwright with Python in AWS LambdaIt should not take more than a few minutes to use Playwright using Lambda.Aug 25Aug 25
Shantanu OakStart 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 15Aug 15
Shantanu Oakspell 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 10Jun 10
Shantanu OakTelegram 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 221Mar 221
Shantanu OakCopy ECR Repository to another accountLet’s assume you need to copy your ECR repository from one account to another.Dec 10, 2023Dec 10, 2023
Shantanu OakHow 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
Shantanu OakMigrate 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
Shantanu OakList-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
Shantanu OakUse 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