Arpit ShrivastavaforScroBits Technologies LLPscrobits-technologies.hashnode.dev·Nov 9, 2024Automating Data Security with AWS Lambda & KMSIn today’s fast-paced tech world, getting a grasp on AWS Lambda and KMS is like unlocking new opportunities, especially for keeping your data safe. Cyber threats are bigger than ever, which means securing your data isn't just optional—it's crucial. I...DiscussAWS
Arpit ShrivastavaforScroBits Technologies LLPscrobits-technologies.hashnode.dev·Nov 7, 2024AWS Data Cataloging: Lake Formation vs GlueOverview Let's dive right into the exciting realm of AWS Lake Formation and AWS Glue. These are two mighty tools for data cataloging and metadata management in the cloud. So, why is data cataloging such a big deal? In today’s fast-paced digital wor...DiscussAWS
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 22, 2024AWS CloudFormation Template -AWS Lambda LayerIntroduction:- In modern cloud computing environments, deploying and managing serverless applications is becoming increasingly prevalent due to its scalability and cost-effectiveness. #AWS CloudFormation, a service offered by #Amazon Web Services (AW...Discussaws lambda layer
Anant Vaidtechtalkswithanant.hashnode.dev·Aug 21, 2024Securing Your S3 Bucket with AWS Lambda and EventBridgeIntroduction Quick Recap Welcome to part three of our series on Building a Secure Static Website on Amazon S3. Previously, we covered hosting a static website on S3, creating a custom domain, and managing its DNS. For better context, we recommend rea...DiscussBuilding a Secure Static Website on Amazon S3aws lambda
Tanishka Marrottcloud-design-diaries.hashnode.dev·Jul 19, 2024Supercharging AWS Lambda: Mastering Layers for Optimal PerformanceToday we'd be diving into AWS Lambda Layers. A feature that would allow for an efficient code reuse and improved deployment practices. In this post, I’ll explain what Lambda Layers are, their benefits, and how to use them effectively. Let’s get start...Discuss·1 likecloud design diaries
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Jul 8, 2024Creating Terraform for Lambda Layers: Best Practices for Scalable and Efficient CodeOverView :- Remember the last time you had to manually manage dependencies and libraries for your AWS Lambda functions? Not the most enjoyable part of your day, right? Lambda Layers come to the rescue by allowing you to manage common dependencies mor...Discussaws lambda layer
Jaswanth kumarjaswanthkumar.hashnode.dev·Jul 5, 2024Layers in AWS Lambda functionIn AWS Lambda, "layers" refer to a way to centrally manage and share code and dependencies across multiple Lambda functions. A Lambda layer is a .zip file archive that contains supplementary code or data. Layers usually contain library dependencies,...Discuss·1 likeaws lambda
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Jun 5, 2024No More Confusion: How to Perfectly Create Zip Files for Lambda Layers — Every Time!Introduction :- Remember the last time you tried to share a bunch of photos with a friend? Most likely, you zipped them into one file, right? Creating a zip file for AWS Lambda layers is somewhat similar but plays a crucial role in managing and deplo...Discussaws lambda
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·May 6, 2024The Ultimate Guide to Creating Lambda Layers Using Terraform.Overview :- Imagine you’ve written several Lambda functions, and they all use the same utility library or a particular SDK. Instead of bundling these with every function, wouldn’t it be easier to manage these common dependencies in one place? That’s ...Discussaws lambda layer
Shanmuga Priyanshanmugapriyan.hashnode.dev·Feb 11, 2024Serverless operations with AWS Lambda and DynamoDB: Embracing the Power of Lambda LayersIntroduction In this blog, I'll break down the simplicity of CRUD operations and shine a light on a real game-changer - Lambda Layers. These layers aren't just code; they're the secret sauce that makes your functions reusable, maintainable, and downr...Discuss·55 readsaws lambda