https://serverless-training.com/articles/save-money-by-replacing-api-gateway-with-application-load-balancer/
interesting
here's an easy question: how do you handle stdout vs stderr logging in your clj lambda functions?
clj
just default behavior of using stdout
(with taoensso's excellent timbre)