InvocationRequest

final case class InvocationRequest(id: String, remainingTimeInMillis: Long, invokedFunctionArn: String, xrayTraceId: Option[String], clientContext: Option[ClientContext], cognitoIdentity: Option[CognitoIdentity], payload: String)
Value parameters:
clientContext

For invocations from the AWS Mobile SDK, data about the client application and device.

cognitoIdentity

For invocations from the AWS Mobile SDK, data about the Amazon Cognito identity provider.

deadlineMs

The date that the function times out in Unix time milliseconds.

invokedFunctionArn

The ARN of the Lambda function, version, or alias that's specified in the invocation.

payload

The payload from the invocation, which is a JSON document that contains event data from the function trigger.

requestId

The request ID, which identifies the request that triggered the function invocation.

xrayTraceId

The AWS X-Ray tracing header.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product