package lambda
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CloudWatchEvent(id: String, detail-type: String, source: String, account: String, time: DateTime, region: String, resources: Seq[String]) extends Product with Serializable
- abstract class IOLambdaRequestHandler[REQ, RESP] extends LambdaRequestHandler[IO, REQ, RESP]
- abstract class LambdaRequestHandler[F[_], REQ, RESP] extends RequestStreamHandler with RequestHandler[F, REQ, RESP] with CatsUtils with Logging
- case class LambdaRequestResponseClient[F[_], REQ, RESP](functionName: String)(implicit evidence$1: Concurrent[F], evidence$2: Marshaller[REQ], evidence$3: Unmarshaller[RESP], awsContext: AwsContext) extends RequestResponseClient[F, REQ, RESP] with LambdaClient[F] with Product with Serializable
- trait LambdaScheduledRequestHandler[F[_], REQ, RESP] extends LambdaRequestHandler[F, REQ, RESP]
- class LambdaServiceConfiguration[REQ, RESP] extends ServiceConfiguration with CatsUtils with Logging
Value Members
- object LambdaServiceConfiguration