Interface LambdaRuntimeInvocationResponseHeaders
public interface LambdaRuntimeInvocationResponseHeaders
Invocation event response which headers contain additional data about the invocation.
- Author:
- sdelamo
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The request ID, which identifies the request that triggered the function invocation.static final String
For invocations from the AWS Mobile SDK, data about the client application and device.static final String
For invocations from the AWS Mobile SDK, data about the Amazon Cognito identity provider.static final String
The date that the function times out in Unix time milliseconds.static final String
The ARN of the Lambda function, version, or alias that's specified in the invocation.static final String
The AWS X-Ray tracing header.
-
Field Details
-
LAMBDA_RUNTIME_AWS_REQUEST_ID
The request ID, which identifies the request that triggered the function invocation. For example, 8476a536-e9f4-11e8-9739-2dfe598c3fcd.- See Also:
-
LAMBDA_RUNTIME_DEADLINE_MS
The date that the function times out in Unix time milliseconds. For example, 1542409706888.- See Also:
-
LAMBDA_RUNTIME_INVOKED_FUNCTION_ARN
The ARN of the Lambda function, version, or alias that's specified in the invocation. For example, arn:aws:lambda:us-east-2:123456789012:function:custom-runtime.- See Also:
-
LAMBDA_RUNTIME_TRACE_ID
The AWS X-Ray tracing header. For example, Root=1-5bef4de7-ad49b0e87f6ef6c87fc2e700;Parent=9a9197af755a6419;Sampled=1.- See Also:
-
LAMBDA_RUNTIME_CLIENT_CONTEXT
For invocations from the AWS Mobile SDK, data about the client application and device.- See Also:
-
LAMBDA_RUNTIME_COGNITO_IDENTITY
For invocations from the AWS Mobile SDK, data about the Amazon Cognito identity provider.- See Also:
-