Aws lambda How to Run Bash Scripts on AWS Lambda? If you want to run bash scripts on AWS Lambda, create a Lambda function with a custom runtime. Here are the steps to follow: Create a Lambda function with the Abhijit Ghosh 25 Sep 2023 · 4 min read
Amazon RDS Automatically set up connectivity between Amazon RDS or Aurora database and AWS Lambda in minutes The Amazon RDS console now offers the feature of automatically setting up connectivity between Amazon RDS or Aurora database and AWS Lambda in minutes. This feature helps to eliminate manual Abhijit Ghosh 25 Aug 2023 · 2 min read
Aws lambda Detect recursive loop and stop run-away AWS Lambda function A run-away AWS Lambda function may hog all available concurrency of your account and cause unexpected charges in the AWS bill. But Lambda can now detect and stop certain types Abhijit Ghosh 21 Jul 2023 · 3 min read