Skip to content
New issue

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

Include dynamodb expression builders #570

Open
2 tasks
dglsparsons opened this issue Jul 5, 2022 · 1 comment
Open
2 tasks

Include dynamodb expression builders #570

dglsparsons opened this issue Jul 5, 2022 · 1 comment
Labels
feature-request A feature should be added or improved. high-level-library p2 This is a standard priority issue

Comments

@dglsparsons
Copy link

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

A note for the community

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue, please leave a comment
@dglsparsons dglsparsons added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jul 5, 2022
@Velfi Velfi added high-level-library and removed needs-triage This issue or PR still needs to be triaged. labels Jul 5, 2022
@Velfi
Copy link
Contributor

Velfi commented Jul 5, 2022

This is a cool idea and I agree that we should set users up for success when they set out to write DynamoDB expressions. I'm not sure when the team will be able to look at it but if anyone is interested in implementing this, please start a discussion thread with a proposal for an API and the team can walk you through our RFC process.

@jmklix jmklix added the p2 This is a standard priority issue label Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. high-level-library p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

3 participants