PinnedAli HaydarLambda to S3: Better Reliability in High-Volume ScenariosI have an API Gateway endpoint that routes requests to a lambda function that writes data into an S3 bucket.Feb 61Feb 61
PinnedAli HaydarExploring the Inner Workings of SST Live LambdaIn the evolving world of serverless architecture, the developer experience is a commonly debated topic. In particular, the challenges…Feb 25Feb 25
PinnedAli HaydarinAWS in Plain EnglishHow to Share Code Between Lambda FunctionsWhile still trying to figure out the best and fastest way to get my code tested and deployed, I learned about Lambda Layers.May 9, 2021May 9, 2021
PinnedAli HaydarinCodeXData Encryption in AWS (Part 1)We don’t usually revisit and discuss Encryption (at least at a low level) much. Usually, Encryption and Decryption are abstracted through…Jun 8, 2021Jun 8, 2021
PinnedAli HaydarinThe StartupHost a static website on S3 using AWS CDKIf you’ve built a website, whether for personal or commercial use, you probably researched web hosting options. Lots of companies provide…May 24, 20204May 24, 20204
Ali HaydarExploring Local Development with SST for Serverless ApplicationsA couple of years ago, I wrote an article on freeCodeCamp about testing serverless applications in AWS. In that article, I explained the…Dec 29, 2023Dec 29, 2023
Ali HaydarAvoiding Data Overwrites in DynamoDBCould the PutItem API cause trouble when working with DynamoDB.? How can you mitigate this in your code, or is it your design?Dec 18, 2023Dec 18, 2023
Ali HaydarHow to enhance your Lambda function performance with memory configuration?I have a lambda function that’s taking a few seconds to execute, and that’s not related to a cold start. It’s the code in the handler…Aug 21, 2023Aug 21, 2023
Ali HaydarEffortlessly Juggling Multiple Concurrent Requests in AWS LambdaHave you ever tried to handle a ton of requests at once with AWS Lambda? What if you had a critical operation that required speed, scaling…Jun 26, 2023Jun 26, 2023
Ali HaydarPrevent API overload with rate limiting in AWSIn the early days of the COVID-19 pandemic, and for a significant period, when we went to the supermarket, we had to wait in a queue for…Apr 11, 2023Apr 11, 2023