All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zio.lambda.event.S3BatchEvent.scala Maven / Gradle / Ivy

package zio.lambda.event

import zio.json._

final case class S3BatchEvent()
object S3BatchEvent {
  implicit val decoder: JsonDecoder[S3BatchEvent] = DeriveJsonDecoder.gen[S3BatchEvent]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy