LambdaContext

org.encalmo.lambda.LambdaContext
See theLambdaContext companion object
final case class LambdaContext(requestId: String, headers: Map[String, String], lambdaEnvironment: LambdaEnvironment, switchOffDebugMode: () => Unit) extends Context

Lambda invocation context data.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Context
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def getAwsRequestId(): String

Attributes

Definition Classes
Context
override def getClientContext(): ClientContext

Attributes

Definition Classes
Context
override def getIdentity(): CognitoIdentity

Attributes

Definition Classes
Context
override def getInvokedFunctionArn(): String

Attributes

Definition Classes
Context
final def getProperty(key: String): String
override def getRemainingTimeInMillis(): Int

Attributes

Definition Classes
Context
final def maybeGetProperty(key: String): Option[String]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product