We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to DynamoDB documentation, ScanFilter has been deprecated and has been replaced by FilterExpression.
ScanFilter
FilterExpression
I don't think it would be difficult to use data.FilterExpression instead of data.ScanFilter around here (and subsequent data.ScanFilter mentions.
data.FilterExpression
data.ScanFilter
Would that be feasible?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to DynamoDB documentation,
ScanFilter
has been deprecated and has been replaced byFilterExpression
.I don't think it would be difficult to use
data.FilterExpression
instead ofdata.ScanFilter
around here (and subsequentdata.ScanFilter
mentions.Would that be feasible?
The text was updated successfully, but these errors were encountered: