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/README.md
+1-1Lines changed: 1 addition & 1 deletion
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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,7 @@ class NativeClient {
22
22
static {
23
23
booleanloaded = false;
24
24
for (inti = 0; !loaded && i < libsToTry.length; ++i) {
* Implementation based on AWS CRT (ref. https://github.com/awslabs/aws-crt-java/blob/0e9c3db8b07258b57c2503cfc47c787ccef10670/src/main/java/software/amazon/awssdk/crt/CRT.java#L106-L134)
50
50
* @return a string describing the detected architecture the RIC is executing on
51
-
* @throws RuntimeException
51
+
* @throws UnknownPlatformException if the architecture is not known to the RIC
52
52
*/
53
53
staticStringgetArchIdentifier() {
54
54
Stringarch = System.getProperty("os.arch");
55
55
56
-
if (arch.matches("^(x8664|amd64|ia32e|em64t|x64|x86_64|x8632|x86|i[3-6]86|ia32|x32)$")) {
0 commit comments