You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/main/java/com/amazonaws/services/lambda/runtime/api/client/EventHandlerLoader.java
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/main/java/com/amazonaws/services/lambda/runtime/api/client/api/LambdaContext.java
+8-1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ public class LambdaContext implements Context {
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/main/java/com/amazonaws/services/lambda/runtime/api/client/logging/JsonLogFormatter.java
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/main/java/com/amazonaws/services/lambda/runtime/api/client/logging/StructuredLogMessage.java
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/main/java/com/amazonaws/services/lambda/runtime/api/client/runtimeapi/dto/InvocationRequest.java
+13
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,11 @@ public class InvocationRequest {
40
40
*/
41
41
privateStringcognitoIdentity;
42
42
43
+
/**
44
+
* The tenant ID associated with the request.
45
+
*/
46
+
privateStringtenantId;
47
+
43
48
privatebyte[] content;
44
49
45
50
publicStringgetId() {
@@ -94,6 +99,14 @@ public void setCognitoIdentity(String cognitoIdentity) {
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/main/jni/com_amazonaws_services_lambda_runtime_api_client_runtimeapi_NativeClient.cpp
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/main/jni/deps/aws-lambda-cpp-0.2.7/include/aws/lambda-runtime/runtime.h
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/test/java/com/amazonaws/services/lambda/runtime/api/client/api/LambdaContextTest.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ public class LambdaContextTest {
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/test/java/com/amazonaws/services/lambda/runtime/api/client/logging/JsonLogFormatterTest.java
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/test/java/com/amazonaws/services/lambda/runtime/api/client/runtimeapi/LambdaRuntimeApiClientImplTest.java
0 commit comments