Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 1.92 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.92 KB

⚠️ Jul 19 2021 - This project has been archived ⚠️

This project has deviated from the upstream, and now publishes only the circe DynamoFormat. Rather than maintain the confusion between the two projects, this one has split into its own dedicated repo - https://github.com/laserdisc-io/scanamo-circe

Scanamo Json

Build Release Maven Central

Scanamo Json provides DynamoFormats for popular Scala Json libraries. The format will serialize directly to DynamoDB AttributeValues, allowing full use of DynamoDB while allowing arbitrary Json objects to be stored or reusing existing formats.

Getting started

Circe

First, add the dependency:

    libraryDependencies += "io.laserdisc" %% "scanamo-circe" % "1.0.5"

Finally, the format can be imported with:

    import io.github.howardjohn.scanamo.CirceDynamoFormat._

This provides a DynamoFormat[T] for all T with both an Encoder and Decoder.

Support

YourKit Image

This project is supported by YourKit with monitoring and profiling Tools. YourKit supports open source with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.