Package com.networknt.aws.lambda.utility
Class LambdaEnvVariables
- java.lang.Object
-
- com.networknt.aws.lambda.utility.LambdaEnvVariables
-
public class LambdaEnvVariables extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAWS_REGIONstatic StringCLEAR_AWS_DYNAMO_DB_TABLESstatic StringLAMBDA_SESSION_TOKEN
-
Constructor Summary
Constructors Constructor Description LambdaEnvVariables()
-
-
-
Field Detail
-
LAMBDA_SESSION_TOKEN
public static final String LAMBDA_SESSION_TOKEN
- See Also:
- Constant Field Values
-
AWS_REGION
public static final String AWS_REGION
- See Also:
- Constant Field Values
-
CLEAR_AWS_DYNAMO_DB_TABLES
public static final String CLEAR_AWS_DYNAMO_DB_TABLES
- See Also:
- Constant Field Values
-
-