package lambda
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class Client(installationId: String, appTitle: String, appVersionName: String, appVersionCode: String, appPackageName: String) extends Product with Serializable
- final case class ClientContext(client: Client, custom: Map[String, String], env: Map[String, String]) extends Product with Serializable
- final case class CognitoIdentity(cognitoIdentityId: String, cognitoIdentityPoolId: String) extends Product with Serializable
- final case class Context(awsRequestId: String, logGroupName: String, logStreamName: String, functionName: String, functionVersion: String, invokedFunctionArn: String, remainingTimeInMillis: Long, memoryLimitInMB: Int, clientContext: Option[ClientContext], cognitoIdentity: Option[CognitoIdentity]) extends Product with Serializable
-
abstract
class
ZLambda[E, A] extends ZIOAppDefault
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.3) Use ZLambdaRunner
Value Members
-
object
BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- object Client extends Serializable
- object ClientContext extends Serializable
- object CognitoIdentity extends Serializable
- object Context extends Serializable
- object ZLambdaRunner