Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 468 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 468 Bytes

zio-dynamodb-3-example

A simple hello world example for using zio-dynamodb in Scala 3

Note before you run these you must first run the DynamoDBLocal docker container using the provided docker-compose file:

docker-compose -f docker/docker-compose.yml up -d

Dont forget to shut down the container after you have finished

docker-compose -f docker/docker-compose.yml down

Usage

sbt "runMain foo.StudentZioDynamoDbExampleWithOptics"