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
If an entity has property names that are different from the key column names, you are supposed to use the [Amazon.DynamoDBv2.DataModel.DynamoDBHashKey] attribute, but it looks like you don't support this yet in the EntityKeyGetter class. You can probably make a method to scan the entity's properties for these attributes.
The text was updated successfully, but these errors were encountered:
If an entity has property names that are different from the key column names, you are supposed to use the [Amazon.DynamoDBv2.DataModel.DynamoDBHashKey] attribute, but it looks like you don't support this yet in the EntityKeyGetter class. You can probably make a method to scan the entity's properties for these attributes.
The text was updated successfully, but these errors were encountered: