GH-1187 Add log for AWS Context
This commit is contained in:
@@ -85,6 +85,9 @@ public class FunctionInvoker implements RequestStreamHandler {
|
|||||||
if (!this.started) {
|
if (!this.started) {
|
||||||
this.start();
|
this.start();
|
||||||
}
|
}
|
||||||
|
if (context == null) {
|
||||||
|
logger.warn("Lambda is invoked with null Context");
|
||||||
|
}
|
||||||
Message requestMessage = AWSLambdaUtils
|
Message requestMessage = AWSLambdaUtils
|
||||||
.generateMessage(input, this.function.getInputType(), this.function.isSupplier(), jsonMapper, context);
|
.generateMessage(input, this.function.getInputType(), this.function.isSupplier(), jsonMapper, context);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user