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 6f2287d71c
commit 2af2e0b342

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);