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