Jeremy Daly

Results 138 comments of Jeremy Daly

Hi @OlivierPT. Thanks for noticing this. I understand your use case, and you _should_ be able to set the alias and the attribute name to the same thing. I will...

Thanks for this. I was in the middle of finishing up v0.3 which included a complete TS conversion, so I didn't get to merge this. That is live now, so...

I haven't forgotten about this! Will look again after we have the TS version out there.

I just released v0.3.0. I'm going to take a look at incorporating this. Thanks again!

Hi @martinval. `deleteBatch` is an `Entity` level method, not a `Table` level method, so your `MyTable.deleteBatch` call will throw an error because you're calling on the `Table`. In the example,...

Hi @simlu! The library is intended to be a wrapper over the existing DynamoDB API to make interactions easier. The table definition in your app code should only need to...

Hi @bboure, I believe this was suggested before, but I like the overall idea.

Thanks for pointing this out, @simlu. I'm not sure this would be much of an optimization, but I will add it as an enhancement to consider.

Thanks, @mfbx9da4. Did you have the same problem if you just send in a JS object? I realize this won't help with selective updates, but curious if that works.

@vespertilian, I'd love to understand this use case a bit better. The prefixing/suffixing capabilities are a way to help abstract the need for managing the raw PKs and SKs, but...