Skip to content

Commit

Permalink
Merge branch 'main' into netlify-experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Dec 14, 2021
2 parents 831b17b + 0f3052d commit 2979694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ final case class DynamoDBStreamEvent(

object DynamoDBStreamEvent {
implicit val decoder: Decoder[DynamoDBStreamEvent] =
Decoder.forProduct1("records")(DynamoDBStreamEvent.apply)
Decoder.forProduct1("Records")(DynamoDBStreamEvent.apply)

implicit def kernelSource: KernelSource[DynamoDBStreamEvent] = KernelSource.emptyKernelSource
}

0 comments on commit 2979694

Please sign in to comment.