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
- Fixed build-jni-lib.sh script after refactoring it
- Upgrade jacoco maven plugin from 0.8.6 to 0.8.7 to solve a build error with JDK 17
- Update java-core and maven-compiler-plugin,
- Use CodeBuild image from ECR
- Stage RIC 2.1.0, change to use Public ECR base image for amazoncorretto tests
Co-authored-by: Carl Zogheib <[email protected]>
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ You can include this package in your preferred base image to make that base imag
13
13
14
14
Choose a preferred base image. The Runtime Interface Client is tested on Amazon Linux, Alpine, Ubuntu, Debian, and CentOS. The requirements are that the image is:
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/main/java/com/amazonaws/services/lambda/runtime/api/client/runtimeapi/NativeClient.java
// Implementation based on AWS CRT, but adopted to support 64-bit architectures only (ref. https://github.com/awslabs/aws-crt-java/blob/0e9c3db8b07258b57c2503cfc47c787ccef10670/src/main/java/software/amazon/awssdk/crt/CRT.java#L106-L134)
0 commit comments