Doug Tangren

Results 432 comments of Doug Tangren

Of node the sort key is derived

something that would be useful, is to prevent the case of attr values not of String/Number/Binary type as keys/range values https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeDefinition.html

Definitely something I can look into. Thanks for the feedback

> It looks like Id is copied into struct BookKey { ... } body but instead we should replace all Self occurences with the struct #[derive(Item)] is placed onto before...

I'm into this Since there's already support for deriving Attribute for enums [here](https://github.com/softprops/dynomite/blob/530d1314010e78818cf3e458d8c2bca9cc702e72/dynomite-derive/src/lib.rs#L189) there's a starting point. What's left is capturing the the tag name in the syntax and expanding...

That's def something I'd appreciate. I'm juggling busy work a new baby and a bunch of oss projects

Also heads up, I just realized I haven't been getting GitHub notif emails for a while. I'm trying to resolve that now. That's another source of delayed response for me....

Hi folks there must have mean a mis-communication somewhere. I don't recall agreeing to moving the development for this crate to another repo? Forks are welcome but this is the...

> For anyone, who is interested in maintaining this library and is ready to do the required work, feel free to do it here: https://github.com/rust-serverless/dynomite I do not appreciate this...

Sorry for the late reply. I can take a look. This crate uses the continuation tokens dynamodb returns to know when there is another page to fetch. I'll take a...