com.networknt.aws.lambda.utility.LambdaEnvVariables Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lambda-utility Show documentation
Show all versions of lambda-utility Show documentation
Lambda function utility module
The newest version!
package com.networknt.aws.lambda.utility;
public class LambdaEnvVariables {
public static final String LAMBDA_SESSION_TOKEN = "AWS_SESSION_TOKEN";
public static final String AWS_REGION = "AWS_REGION";
public static final String CLEAR_AWS_DYNAMO_DB_TABLES = "CLEAR_AWS_DYNAMO_DB_TABLES";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy