com.networknt.aws.lambda.utility.LoggerKey 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 LoggerKey {
public static final String TRACEABILITY = "tid";
public static final String CORRELATION = "cid";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy