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

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

The newest version!
package zio.lambda.event

import zio.json._

final case class LambdaDestinationEvent()

object LambdaDestinationEvent {
  implicit val decoder: JsonDecoder[LambdaDestinationEvent] = DeriveJsonDecoder.gen[LambdaDestinationEvent]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy