aws / aws-sdk-net

The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site:
http://aws.amazon.com/sdkfornet/
Apache License 2.0
2.07k stars 860 forks source link

Native AOT support for DynamoDB #3475

Open dscpinheiro opened 1 month ago

dscpinheiro commented 1 month ago

Discussed in https://github.com/aws/aws-sdk-net/discussions/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
ashishdhingra commented 1 month ago

Needs to be reviewed by team for prioritization.

Dreamescaper commented 1 month ago

Related to https://github.com/aws/aws-sdk-net/issues/2542