public interface LambdaRuntimeInvocationResponseHeaders
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LAMBDA_RUNTIME_AWS_REQUEST_ID
The request ID, which identifies the request that triggered the function invocation.
|
static java.lang.String |
LAMBDA_RUNTIME_CLIENT_CONTEXT
For invocations from the AWS Mobile SDK, data about the client application and device.
|
static java.lang.String |
LAMBDA_RUNTIME_COGNITO_IDENTITY
For invocations from the AWS Mobile SDK, data about the Amazon Cognito identity provider.
|
static java.lang.String |
LAMBDA_RUNTIME_DEADLINE_MS
The date that the function times out in Unix time milliseconds.
|
static java.lang.String |
LAMBDA_RUNTIME_INVOKED_FUNCTION_ARN
The ARN of the Lambda function, version, or alias that's specified in the invocation.
|
static java.lang.String |
LAMBDA_RUNTIME_TRACE_ID
The AWS X-Ray tracing header.
|
static final java.lang.String LAMBDA_RUNTIME_AWS_REQUEST_ID
static final java.lang.String LAMBDA_RUNTIME_DEADLINE_MS
static final java.lang.String LAMBDA_RUNTIME_INVOKED_FUNCTION_ARN
static final java.lang.String LAMBDA_RUNTIME_TRACE_ID
static final java.lang.String LAMBDA_RUNTIME_CLIENT_CONTEXT
static final java.lang.String LAMBDA_RUNTIME_COGNITO_IDENTITY