AWS CloudWatch Explore the Power of Account-Level Subscription Filters in Amazon CloudWatch Logs! CloudWatch logs from all or multiple log groups can now be delivered to the desired destination (Amazon Kinesis Data Stream, Amazon Kinesis Data Firehose, or AWS Lambda) using just one Abhijit Ghosh 1 Feb 2024 · 1 min read
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 Better, Faster and Cheaper with AWS Lambda's new Python 3.11 runtime If you are still running your AWS Lambda workloads on Python 3.10 or earlier versions, migrate to Python 3.11 for better performance and lower cost. AWS Lambda has Abhijit Ghosh 31 Jul 2023 · 1 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
AWS AWS Lambda SnapStart - Turbocharge Java Application Startup by up to 10x at no extra cost Spring Framework 5.0 introduced Spring Cloud Function to aid the implementation of business logic as a function and to enable Spring Boot features on different serverless cloud providers (AWS Abhijit Ghosh 21 Apr 2023 · 4 min read
AWS What is AWS Lambda's new Response Payload streaming feature? AWS Lambda's new feature, Response Streaming, can enhance user experience, responsiveness, and search engine rankings of your web applications by lowering Time to First Byte (TTFB). Additionally, it supports a Abhijit Ghosh 8 Apr 2023 · 4 min read
AWS How to install awslocal ( LocalStack AWS CLI) on Ubuntu running on WSL2 (Windows Subsystem for Linux)? If you are already enjoying LocalStack ("A fully functional local cloud stack") for building awesome AWS cloud and serverless applications locally, then awslocal will add extra Saccharin to sweeten your Abhijit Ghosh 2 Apr 2023 · 4 min read
AWL How to install Node.js on Ubuntu 22.04 distro running on WSL2 (Windows Subsystem for Linux)? In this post, we'll see how to install Node.js (open-source, cross-platform JavaScript runtime environment) on Ubuntu 22.04 distro running in WSL2 (Windows Subsystem for Linux). Option #1 - Abhijit Ghosh 26 Mar 2023 · 3 min read