The following was written in the discord chat (https://discord.com/channels/632277896739946517/1024150479728549898/1354361031383842876):

«

We’ve recently open sourced some of our internal Scala libraries at Magine Pro.

  • aws-regions: micro library for working with AWS regions. Also for Scala.js and Scala Native.
  • http4s-aws: request authentication and credentials management for AWS, without a dependency on the AWS Java SDK. Scala.js and Scala Native support in the works.
  • http4s-karapace: client for the Karapace schema registry. Also for Scala.js and Scala Native.
  • spies: client for Memcached built on top of cats-effect and the Amazon Memcached client.

There is also the new ciris-http4s-aws module which makes use of http4s-aws.

»

It’s very nice to see some new libraries being open sourced from production usage.