zio.lambda.internal.InvocationRequest
See theInvocationRequest companion object
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.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article