-
Notifications
You must be signed in to change notification settings - Fork 865
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
Native AOT support for DynamoDB #3475
Comments
Needs to be reviewed by team for prioritization. |
Related to #2542 |
@ashishdhingra @bhoradc is there any update on this? DynamoDB is the only blocker for me. :( |
I made some progress putting a PR out for the DocumentModel library to be Native AOT. The PR is targeting our upcoming V4 version. #3583 |
Second PR #3606 merged into V4 that updates the DataModel also known as Object Persistence Model for Native AOT support. This change will go out as part of preview 6. |
Discussed in #3194
Originally posted by mrdaghestani February 20, 2024
Hi,
I understand that NativeAOT is still a very new feature and probably most people prefer not to use it but, I wanted to suggest that we can talk about supporting it in DynamoDB SDK.
I was thinking it could be very useful if there was a source generator for mapping DynamoDB items into database models inside our code base so we can ignore using reflection and probably that would solve the support for NativeAOT.
What do you think? Is it something that you're thinking of implementing? If yes, what's the schedule?
Thank you
The text was updated successfully, but these errors were encountered: