mogge
Hello!
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.
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...
That's reassuring to hear.
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.
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!
The regular cognitect AWS API lib is now compatible with bb
the newest version
of both
@borkdude thanks, that's good to know. I will look into switching my deps.