-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws-sdk-kotlin does not work on apple silicon #473
Comments
Hi,
|
Tried with |
We're working on two fronts to make the SDK work on M1:
|
It seems that aws-crt does support M1 now? I noticed that 0.16.0 pulls in an old version of aws-crt |
Indeed M1 is now supported in aws-crt-java-0.16.10. Hope we could bump to this version soon :) |
Can confirm, getting gradle to ... resolutionStrategy.force("software.amazon.awssdk.crt:aws-crt:0.16.12") ... works like a charm 🪄 ! |
This will also be OBE sometime soon as we are removing the CRT as a hard dependency for most use cases. But until then we will get this bumped soon. As @erwinw pointed out you can force it to a later version today as a workaround. |
This should be fixed in The SDK no longer uses the CRT by default (we also upgraded to NOTE: Multi Region Access Points (which the SDK does not yet support, see #625) still may require explicitly configuring a CRT based signer, we are still investigating paths forward. |
|
Describe the bug
Currently using the
aws-sdk-kotlin
on Apple Silicon does not workExpected behavior
To not fail
Current behavior
Raises
Steps to Reproduce
Run the following code:
Possible Solution
Fix related issue : awslabs/aws-crt-java#371
Context
No response
AWS Kotlin SDK version used
0.9.5-beta
Platform (JVM/JS/Native)
openjdk 17.0.1 2021-10-19 LTS
Operating System and version
Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:01 PDT 2021; root:xnu-8019.41.5~1/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered: