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
Userexception logged as error in json public (aws#467)
* Log user init and invoke exceptions as ERROR in JSON format (aws#49)
* RIC version bump to 2.4.2
---------
Co-authored-by: Daniel Torok <[email protected]>
To make it easy to locally test Lambda functions packaged as container images we open-sourced a lightweight web-server, Lambda Runtime Interface Emulator (RIE), which allows your function packaged as a container image to accept HTTP requests. You can install the [AWS Lambda Runtime Interface Emulator](https://github.com/aws/aws-lambda-runtime-interface-emulator) on your local machine to test your function. Then when you run the image function, you set the entrypoint to be the emulator.
109
+
To make it easy to locally test Lambda functions packaged as container images we open-sourced a lightweight web-server, Lambda Runtime Interface Emulator (RIE), which allows your function packaged as a container image to accept HTTP requests. You can install the [AWS Lambda Runtime Interface Emulator](https://github.com/aws/aws-lambda-runtime-interface-emulator) on your local machine to test your function. Then when you run the image function, you set the entrypoint to be the emulator.
110
110
111
111
*To install the emulator and test your Lambda function*
112
112
113
-
1) Run the following command to download the RIE from GitHub and install it on your local machine.
113
+
1) Run the following command to download the RIE from GitHub and install it on your local machine.
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/main/java/com/amazonaws/services/lambda/runtime/api/client/AWSLambda.java
+7-7
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ public static void main(String[] args) {
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/main/java/com/amazonaws/services/lambda/runtime/api/client/logging/AbstractLambdaLogger.java
+4
Original file line number
Diff line number
Diff line change
@@ -65,4 +65,8 @@ public void log(byte[] message) {
0 commit comments