Skip to content

An example of ZIO integration with AWS java SDK. Shows ZIO Streaming of a paged query.

Notifications You must be signed in to change notification settings

googley42/zio-dynamodb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zio-dynamodb-example

An repo containing example code of for using ZIO interop for Java Futures for working with the AWS java DynamoDB SDK. It shows how to return a purely functional streaming interface (ZIO Streams) using server side paging.

All code is in the test LocalDynamoDbSpec.scala which runs against an in memory local dynamoDB instance.

To run:

sbt test    

Note this repo was created a while back and may have a misleading name - its just an example AWS SDK interop. If you are looking for a real Scala DynamoDB library then head on over to https://github.com/zio/zio-dynamodb which was created more recently.

About

An example of ZIO integration with AWS java SDK. Shows ZIO Streaming of a paged query.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages