#aws-lambda
Read more stories on Hashnode
Articles with this tag
Last time we created our Rust and Typescript Lambdas with basic hello world implementations and did a quick performance comparison. We'll now expand...
In this series, I will be investigating throughput tuning for a Lambda that receives SQS events, reads data from S3 object, and blasts the data into...
Where Lambda cold starts often get worse in other runtimes is when you start adding dependencies, particularly an AWS SDK dependency. Let's see how...
Rust seems to be at the height of the hype cycle right now even among functional programming enthusiasts. Although it's not a true functional...
ClojureScript is still looking very promising, with init durations and durations nearly identical to JavaScript ones with the same dependencies and...
My last post has me wondering why there is so much difference between the warmed durations of ClojureScript and Clojure or JavaScript. I would have...