Include dynamodb expression builders #570
Labels
feature-request
A feature should be added or improved.
high-level-library
p2
This is a standard priority issue
Describe the feature
The AWS SDK for Go provides an expression package that serves as a really nice tool for building dynamodb queries/filters/conditions/etc.
It would be nice to have equivalent functionality in the Rust SDK.
Use Case
In the current version of the SDK for Rust, you have to explicitly declare the member fields of the DynamoDB operations. That means the syntax and rules of DynamoDB Expressions are up to the end user to figure out and are error-prone and not well type-checked.
Proposed Solution
I'm not sure if the AWS SDK for Go autogenerates the expression library through Smithy, or if this is a custom implementation. Given it already exists in the AWS ecosystem, I think this would be nice though.
Other Information
No response
Acknowledgements
A note for the community
Community Note
The text was updated successfully, but these errors were encountered: