Skip to content

Commit

Permalink
missed commit
Browse files Browse the repository at this point in the history
  • Loading branch information
googley42 committed Aug 5, 2023
1 parent 4e8cfbc commit e5f942b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object StudentZioDynamoDbExampleWithOptics extends ZIOAppDefault {
put("student", student)
}.runDrain
_ <- put("student", avi.copy(payment = Payment.CreditCard)).execute
_ <- batchReadFromStream("student", ZStream(avi, adam))(s => primaryKey(s.email, s.subject))
_ <- batchReadFromStream2("student", ZStream(avi, adam))(s => primaryKey2(s.email, s.subject))
.tap(errorOrStudent => Console.printLine(s"student=$errorOrStudent"))
.runDrain
_ <- scanAll[Student]("student").filter {
Expand Down

0 comments on commit e5f942b

Please sign in to comment.