-
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鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin Native Support #229
Comments
Currently blocked by memory model being in-flux: https://blog.jetbrains.com/kotlin/2020/07/kotlin-native-memory-management-roadmap/ |
There is a typo in the description, Add support for using generated AWS service clients on Kotlin JS targets. Should be Kotlin Native instead of Kotlin JS. |
Which targets will the Kotlin Native support cover? Does it include linuxX64, linuxArm32Hfp, and linuxArm64? |
@napperley It's still a bit early to know for sure which targets we would initially support. I don't think any of the ones you mentioned are particularly worrisome though. |
To anyone following this issue, we ask that you please take some time to respond to the discussion on KMP use cases. Thank-you! |
Hey, I'd love to see native support for the SDK. That would be a huge game changer when talking about microservices development (my main pain point is that yes, I can go for a native backend framework with Kotlin but I still need the clients for several services to be native) Everything to say, there seems to be some performance issues with the new model, though. In any case, I prefer to have slow binaries that will improve with newer versions than having no binaries at all 炉\_(銉�)_/炉 I'll try to find some time to see if I can play around with the repo and generate some binary targets, but I'm afraid I can't promise anything |
Is there any status update on this? Kotlin Native would be a real game-changer with native Lambda runtime. |
The team is focused on stabilizing the SDK right now for JVM. The core runtime is setup as a multiplatform library already though and ready to add support for additional platforms but we have no timeline to share at the moment. |
@rafalwrzeszcz couple months ago posted my own implementation of Kotlin/Native lambda runtime. Worth checking out https://github.com/trueangle/kotlin-native-aws-lambda-runtime |
This issue is about SDK, not Lambda runtime |
Support for Kotlin Native targets
Community Note
Describe the Feature
Add support for using generated AWS service clients on Kotlin Native targets.
Requires:
The text was updated successfully, but these errors were encountered: