Making class AWSLambdaUtils public so the AWS_CONTEXT constant can be accessed. please see latest comment on #910

This commit is contained in:
ivcuello
2022-08-10 09:54:40 -04:00
parent a338d9141e
commit 25e84cb433

View File

@@ -37,7 +37,7 @@ import org.springframework.messaging.support.MessageBuilder;
* @author Oleg Zhurakousky
*
*/
final class AWSLambdaUtils {
public final class AWSLambdaUtils {
private static Log logger = LogFactory.getLog(AWSLambdaUtils.class);