How to use without native code library? #2752
oliversalzburg started this conversation in General
Replies: 1 comment
-
| It seems like the change that introduced aws-crt was reverted: #2759 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that the SDK requires
aws-crt, which requires native code to be built to function. Confusingly, in my case it seems like the required functionality would already be provided by the NodeJScryptomodule and has just been reimplemented inaws-crt.Is it possible to use the SDK without native code? If so, how?
For reference:
Beta Was this translation helpful? Give feedback.
All reactions