public interface ReservedRuntimeEnvironmentVariables
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AWS_ACCESS_KEY_ID
Access key id obtained from the function's execution role.
|
static java.lang.String |
AWS_EXECUTION_ENV
The runtime identifier, prefixed by AWS_Lambda_—for example, AWS_Lambda_java8.
|
static java.lang.String |
AWS_LAMBDA_FUNCTION_MEMORY_SIZE
The amount of memory available to the function in MB.
|
static java.lang.String |
AWS_LAMBDA_FUNCTION_NAME
The name of the function.
|
static java.lang.String |
AWS_LAMBDA_FUNCTION_VERSION
The version of the function being executed.
|
static java.lang.String |
AWS_LAMBDA_LOG_GROUP_NAME
The name of the Amazon CloudWatch Logs group for the function.
|
static java.lang.String |
AWS_LAMBDA_LOG_STREAM_NAME
The name of the Amazon CloudWatch stream for the function.
|
static java.lang.String |
AWS_LAMBDA_RUNTIME_API
(Custom runtime) The host and port of the runtime API.
|
static java.lang.String |
AWS_REGION
The AWS Region where the Lambda function is executed.
|
static java.lang.String |
AWS_SECRET_ACCESS_KEY
secret access key obtained from the function's execution role.
|
static java.lang.String |
AWS_SESSION_TOKEN
The access keys obtained from the function's execution role.
|
static java.lang.String |
HANDLER
The handler location configured on the function.
|
static java.lang.String |
LAMBDA_RUNTIME_DIR
The path to runtime libraries.
|
static java.lang.String |
LAMBDA_TASK_ROOT
The path to your Lambda function code.
|
static java.lang.String |
TZ
The environment's time zone (UTC).
|
static final java.lang.String HANDLER
static final java.lang.String AWS_REGION
static final java.lang.String AWS_EXECUTION_ENV
static final java.lang.String AWS_LAMBDA_FUNCTION_NAME
static final java.lang.String AWS_LAMBDA_FUNCTION_MEMORY_SIZE
static final java.lang.String AWS_LAMBDA_FUNCTION_VERSION
static final java.lang.String AWS_LAMBDA_LOG_GROUP_NAME
static final java.lang.String AWS_LAMBDA_LOG_STREAM_NAME
static final java.lang.String AWS_ACCESS_KEY_ID
static final java.lang.String AWS_SECRET_ACCESS_KEY
static final java.lang.String AWS_SESSION_TOKEN
static final java.lang.String AWS_LAMBDA_RUNTIME_API
static final java.lang.String LAMBDA_TASK_ROOT
static final java.lang.String LAMBDA_RUNTIME_DIR
static final java.lang.String TZ