LocalStack Testing in Clojure
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 Region)
(software.amazon.awssdk.services.s3 S3Client)
(software.amazon.awssdk.services.s3.mo...
lambdastew.com2 min read