Replies: 1 comment 4 replies
-
In fact, Can you write an example of what this |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am proposing the creation of a filter
.OnKey<T>(T key)to support more generic operations, so the caller doesn't need to explicitly know the distribution of the entity. Since the entity needs to have one property flagged[DynamoDbProperty(nameof(xx), DynamoDbAttributeType.PartitionKey)], if the entity is properly configured, should be trivial for us to know what to query.If the entity is not properly configured, no query would work anyway :D
Beta Was this translation helpful? Give feedback.
All reactions