LambdaStew

LambdaStew

Follow
Follow
homebadges
Tag

AWS

#aws

More content

Read more stories on Hashnode


Articles with this tag

LocalStack Testing in Clojure

Dec 2, 20222 min read

If you are using the v2 AWS SDK clients, you can configure them like so: (ns my.s3 (:import (java.net URI) (software.amazon.awssdk.regions...

LocalStack Testing in Clojure

Reducing Clojure Lambda Cold Starts Part 4 - JVM vs Node Performance

Dec 25, 20213 min read

ClojureScript Lambdas on Node seem promising so far, with an average cold start time of 182.5228 ms vs. 2.6567039 seconds for a similarly bare-bones...

Reducing Clojure Lambda Cold Starts Part 4 - JVM vs Node Performance

Reducing Clojure Lambda Cold Starts Part 3 - ClojureScript

Dec 25, 20215 min read

Me and ClojureScript At various companies, I spearheaded migrations many front-end migrations, from unresponsive JSPs and ASPs to responsive but out...

Reducing Clojure Lambda Cold Starts Part 3 - ClojureScript

Reducing Clojure Lambda Cold Starts Part 2 - VPC

Dec 19, 20211 min read

After my last post Reducing Clojure Lambda Cold Starts Part 1 - Baseline, I remembered that a few years back, Lambdas within a VPC had some pretty...

Reducing Clojure Lambda Cold Starts Part 2 - VPC

Reducing Clojure Lambda Cold Starts Part 1 - Baseline

Dec 19, 20215 min read

Clojure Lambdas have some pretty abysmal memory footprints and cold start times compared to most other languages, especially Go, Node.js, and Python....

Reducing Clojure Lambda Cold Starts Part 1 - Baseline