awslabs / dynein

DynamoDB CLI written in Rust.
https://github.com/awslabs/dynein
Apache License 2.0
364 stars 37 forks source link

implement correct parsing for UpdateItem API #132

Closed StoneDot closed 1 year ago

StoneDot commented 1 year ago

Issue #, if available:

Description of changes: This PR implements correct parsing for UpdateItem API (upd command) using pest. This also contains the following feature enhancements and bug fixes.

But, it introduces a breaking change.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

StoneDot commented 1 year ago

@ryota-sakamoto I have addressed all the points you mentioned. When you finish the review, please ping me because I would like to rebase and squash the commits into the first one.

StoneDot commented 1 year ago

Thank you for your review despite the significant changes.