clojure-uk

thomas 2026-06-30T13:04:06.423879Z

mogge

2026-06-30T13:07:57.783659Z

Hello!

👋 1
seancorfield 2026-06-30T15:19:33.979299Z

Morning! At the doctor, getting a followup to my emergency visit (Saturday). We're having European heat levels here this week - and it's only going down to mid-20s C at night.

seancorfield 2026-06-30T15:20:48.920049Z

Got a referral for a cardiac stress test but he thinks it's mostly nothing to worry about given the results of all the tests...

2026-06-30T16:14:31.726519Z

That's reassuring to hear.

2026-06-30T16:16:05.105619Z

The weather here in the north-east of England has cooled considerably, it's a very comfortable 21C in my office but feels cooler with the draught coming in the window.

👍🏻 1
2026-06-30T16:19:48.307859Z

Today I've been wrestling with the best way to write integration tests for an API (AWS API Gateway) that uses SigV4. I couldn't see how to make the Cognitect AWS API (actually the Awyeah fork for Babashka) make requests to Cognito IdP without credentials, so I ended up doing that with just a basic HTTP client. Then I couldn't find a nice way to use an API client to sign the requests, so I had to mostly DIY that too, using com.grzm.awyeah.signers. If there's a better way, please let me know!

borkdude 2026-06-30T17:24:04.267339Z

The regular cognitect AWS API lib is now compatible with bb

borkdude 2026-06-30T17:24:09.237169Z

the newest version

borkdude 2026-06-30T17:24:12.893099Z

of both

2026-06-30T17:53:37.884999Z

@borkdude thanks, that's good to know. I will look into switching my deps.