This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
v1.0.1: d4s are finally out!
What is it?
d4s - is a Scala library that allows you to work with DynamoDB in a pure functional way.
It's powered by Izumi, uses Bifunctor IO and allows you to choose whatever effect type you want to use. It provides flexible and extensible DSL, supports AWS SDK v2 and has great integration with ZIO.
include the following components:
- d4s – core package, the lib itself.
- d4s-circe – provides circe codecs to encode the data.
- d4s-test - provides test enviroment and docker containers via DIstage TestKit.
- metrics - a small yet convinient package for metrics aggregation.
- aws-common - tagging and namespaces