-
As there are files written in C for awscrt and of course these files will be compiled differently depending on the platform why awscrt is still classified as OS independent ? I was working on a project few days back that required awscrt , at first site it seemed to be OS independent as I had a look at the classifier but didn't work as expected because I downloaded and zipped awscrt of a windows machine to add it in the layer for a lambda function. Either I'm missing something or classifier needs to be fixed so that it doesn't cause confusion. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thank you for creating the issue. I have created a PR to fix the classifier. |
Beta Was this translation helpful? Give feedback.
Thank you for creating the issue. I have created a PR to fix the classifier.
awscrt
contains native code and platform-specific wheels. You will need to zip the target platform instead of the host platform, as recommended here for native libraries.