Browsing Tag
lambda
11 posts
AWS AI COST OPTIMIZER
AWS AI Cost Optimizer leverages generative AI through AWS Bedrock to analyze cloud infrastructure costs and provide actionable…
Automating Cost Optimization: Deleting Unattached EBS Volumes Using AWS Lambda and CloudFormation
Understood! Here’s a structured blog post format for your content, including headings, subheadings, and references: Automating Cost Optimization:…
Exploring Serverless Functions: A Beginner’s Guide to AWS Lambda and Vercel
Imagine building scalable applications without managing servers. No more worrying about infrastructure, scaling, or maintenance—just write your code…
Simplified Data Masking in AWS Lambda with Powertool
Hello Devs, “Data is the new oil,” they say, but in healthcare and finance, it’s more like nitroglycerin—immensely…
Unpacking Lambda Expressions: What They Are and Why They Matter
If you’ve been browsing modern programming concepts or functional programming in Java, Python, or JavaScript, you might have…
How to package and deploy a Lambda function as a container image
Introduction: AWS Lambda allows you to run your code inside Docker containers! This feature opens up a lot…
Local Development with AWS Lambda and NestJS: Docker Debugging and Hot Reload
If you’ve ever worked with C#, Azure Functions, and Visual Studio, you know the comfort. Click here, debug…
Secure Your Media Files by Removing Metadata with AWS Lambda
In today’s digital world, images and videos often contain metadata that reveals a surprising amount of information about…
Benchmarking Rust for Serverless
Let’s start with two very important questions: (1) Why should I care to benchmark Rust since it’s already…
How to Update EventBridge Schedules with Lambdas
The EventBridge is a potent tool in AWS that can help us automate our tasks. However, when you…