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

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

The newest version!
package zio.lambda.event

import zio.json._

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy