You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
DisableFetchingTableMetadata does not account for PropertyConverters. See repro.
Expected Behavior
It shouldn't fail trying to save item with a strange message.
Current Behavior
System.InvalidOperationException: 'Key attribute Type must be of type Numeric'
Reproduction Steps
Repro
The code abode fails with an exception:
System.InvalidOperationException: 'Key attribute Type must be of type Numeric'
It works fine if I set DisableFetchingTableMetadata to false.
Possible Solution
No response
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
Amazon.Lambda.DynamoDBEvents 3.7.302.19
Targeted .NET Platform
.NET 8
Operating System and version
AmazonLinuix
The text was updated successfully, but these errors were encountered: