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 account-level subscription filter. ℹ️There is no option in CloudWatch Dashboard UI. We need to use aws logs put-ac 1 Feb 2024 · 1 min read
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 "Author from scratch" option and "Use default bootstrap on Amazon Linux 1" as runtime. 🏖️The custom runtime option - "Provide your own boo 25 Sept 2023 · 4 min read
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 tasks such as configuring VPC, security groups, subnets, ingress/egress rules, and RDS proxy and boost produc 25 Aug 2023 · 2 min read
Easy housekeeping with the new capability of Amazon EventBridge Scheduler To create, trigger, and manage scheduled events and tasks, we use Amazon EventBridge Scheduler (serverless offering). Over time, we accumulate a large number of unused finished schedules, which count towards your account's quota (1 million schedules by default). To meet the demands of many enterpris 18 Aug 2023 · 2 min read
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 added support for Python 3.11. On an average, Python 3.11 is 25% faster than 3.10 Faster Startup and Faster Runtime are the two main f 31 Jul 2023 · 1 min read
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 of recursive or infinite loops. In this post, we'll explore more on this feature with a video demo. 🖋️Currently, this fea 21 Jul 2023 · 3 min read
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 Lambda, Azure, Google Cloud Platform, Oracle Fn platform and Apache OpenWhisk). Its "functional" style of be 21 Apr 2023 · 4 min read
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 larger payload (soft limit of 20 MB) compared to a traditional buffered response (max 6 MB 8 Apr 2023 · 4 min read
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 development experience for sure. What is awslocal? awslocal is a wrapper around the AWS CLI to 2 Apr 2023 · 4 min read
How to install LocalStack (AWS cloud service emulator) on WSL2 to develop cloud and serverless apps offline? LocalStack is an AWS cloud service emulator that can be used as a local cloud sandbox for development, prototyping and testing. It is "A fully functional local cloud stack". You can efficiently build AWS cloud and serverless applications locally without connecting to AWS cloud. Therefore, it will he 27 Mar 2023 · 5 min read
Install AWS Serverless Application Model Command Line Interface (AWS SAM CLI) on Windows Subsystem for Linux (WSL 2) AWS SAM command line interface (AWS SAM CLI) tool is must have for building AWS serverless applications. In this post, we'll see how to install latest version of AWS SAM CLI on Windows Subsystem for Linux (WSL 2). Video: Prerequisites: AWS Command Line Interface (AWS CLI 2) is recommended for S 23 Feb 2023 · 2 min read