Shaileshshaileshpashte.hashnode.dev·Sep 6, 2024AWS Lambda: Deep Dive into Limits, SnapStart, Lambda@Edge, CloudFront Functions, and Lambda in VPCIntroduction AWS Lambda has become a cornerstone of serverless architectures, enabling developers to run code in response to events without managing servers. While Lambda abstracts much of the underlying infrastructure, understanding its capabilities...Lambda limits
CloudGagsblog.cloudgags.in·Jun 29, 2024How to Use AWS CloudFront for Image Redirection to Default ImagesIn this blog, we'll explore how to use AWS CloudFront to serve a default image when your origin returns a 404 error. By implementing a Lambda@Edge function, we can ensure that users always receive a placeholder image instead of a broken link. Why Red...origin response
CloudGagsblog.cloudgags.in·Jun 16, 2024AWS Lambda@Edge: How to control cache TTL?Hello friends! Today we will see how we can control the cache generated by the AWS CloudFront using the AWS Lambda@Edge functions. As we all know, AWS CloudFront is a Content Delivery service which helps us in boosting our content delivery. AWS Clou...cache-control
Emmanuel Eziogoremmadev01.hashnode.dev·Jan 31, 2024Exploring Serverless Architecture: Building And Deploying serverless functions with AWS Lambda. Many would ask🤔what is serverless Architecture About.Serverless Architecture, also known as serverless computing, has garnered significant attention in recent years due to its agility, flexibility, and cost-effectiveness. It is a way to build and run applications and services without having to manag...Lambda Expression
Tobias Müllertobilg.com·Jan 26, 2024Retrieving Lambda@Edge CloudWatch LogsWhat is Lambda@Edge AWS Lambda@Edge is an extension of the traditional AWS Lambda service, but with a crucial twist – it brings serverless computing capabilities closer to the end-users. In essence, Lambda@Edge empowers developers to run custom code ...195 readsserverless
Omid Eidivandiserverlessfolks.com·Jan 13, 2024Fight with Lambda@Edge pitfallLambda Edge is a niche feature of CloudFront and is highly used by customers for different requirements which are a fit to be processed at edge level. I used the lambda edge in two following cases: Security & Compliance Cache optimisation A/B Test...44 readscloudfront
wilmo martinezblog.wilmomartinez.com·Oct 31, 2023Adding HTTP Security Headers Using Lambda@Edge.Security is critical for web applications as they often handle sensitive user data and transactions. Security headers play a crucial role in safeguarding web applications by mitigating common vulnerabilities. AWS Lambda@Edge facilitates the implement...96 readsSecurity
Taegu Kangktg0210.hashnode.dev·Oct 27, 2023checking lambda edge function listoutline You can check lambda functions on region in use. But, you need to create or check lambda edge functions in us-east-1 not region in use. Below is script that check list for lambda edge functions. how-to-check aws lambda list-functions --r...AWS
JaeHyun Shimjshims.hashnode.dev·Oct 20, 2023Conversion of Images to Web2 in AWS part 2When converting images to WebP in our cloud, one issue was that it did not effect images that were uploaded before adding the conversion logic. Thus, we needed a way to convert all the images in our S3 bucket. Problem S3 contained images that were no...Problem & Solutionlambda@edge
Gabi Dobocanblog.sandworm.dev·Mar 10, 2023FeaturedRunning Eleventy Serverless On AWS Lambda@EdgeEleventy is great. It’s a static site generator written in JavaScript, for “Fast Builds and even Faster Web Sites.” It’s 10 to 20 times faster than the alternatives, like Gatsby or Next.js. You get all of your content statically rendered and ready to...17 likes·694 readseleventy