- AWS_ACCESS_KEY_ID - Static variable in interface com.amazonaws.services.lambda.runtime.api.client.ReservedRuntimeEnvironmentVariables
-
Access key id obtained from the function's execution role.
- AWS_EXECUTION_ENV - Static variable in interface com.amazonaws.services.lambda.runtime.api.client.ReservedRuntimeEnvironmentVariables
-
The runtime identifier, prefixed by AWS_Lambda_—for example, AWS_Lambda_java8.
- AWS_LAMBDA_FUNCTION_MEMORY_SIZE - Static variable in interface com.amazonaws.services.lambda.runtime.api.client.ReservedRuntimeEnvironmentVariables
-
The amount of memory available to the function in MB.
- AWS_LAMBDA_FUNCTION_NAME - Static variable in interface com.amazonaws.services.lambda.runtime.api.client.ReservedRuntimeEnvironmentVariables
-
The name of the function.
- AWS_LAMBDA_FUNCTION_VERSION - Static variable in interface com.amazonaws.services.lambda.runtime.api.client.ReservedRuntimeEnvironmentVariables
-
The version of the function being executed.
- AWS_LAMBDA_LOG_GROUP_NAME - Static variable in interface com.amazonaws.services.lambda.runtime.api.client.ReservedRuntimeEnvironmentVariables
-
The name of the Amazon CloudWatch Logs group for the function.
- AWS_LAMBDA_LOG_STREAM_NAME - Static variable in interface com.amazonaws.services.lambda.runtime.api.client.ReservedRuntimeEnvironmentVariables
-
The name of the Amazon CloudWatch stream for the function.
- AWS_LAMBDA_RUNTIME_API - Static variable in interface com.amazonaws.services.lambda.runtime.api.client.ReservedRuntimeEnvironmentVariables
-
(Custom runtime) The host and port of the runtime API.
- AWS_REGION - Static variable in interface com.amazonaws.services.lambda.runtime.api.client.ReservedRuntimeEnvironmentVariables
-
The AWS Region where the Lambda function is executed.
- AWS_SECRET_ACCESS_KEY - Static variable in interface com.amazonaws.services.lambda.runtime.api.client.ReservedRuntimeEnvironmentVariables
-
secret access key obtained from the function's execution role.
- AWS_SESSION_TOKEN - Static variable in interface com.amazonaws.services.lambda.runtime.api.client.ReservedRuntimeEnvironmentVariables
-
The access keys obtained from the function's execution role.
- AWSLambda - Class in com.amazonaws.services.lambda.runtime.api.client
-
- AWSLambda() - Constructor for class com.amazonaws.services.lambda.runtime.api.client.AWSLambda
-