Nam Đặng

Results 4 issues of Nam Đặng

i add gem file `gem "chewy", "~> 7.2", ">= 7.2.2"` -> run `bundle` -> gemlock installed, example: ```ruby elastic-transport (8.1.0) faraday (< 3) multi_json elasticsearch (8.4.0) elastic-transport (~> 8) elasticsearch-api...

```ruby [1] pry(main)> Dynamoid::TransactionWrite NameError: uninitialized constant Dynamoid::TransactionWrite from (pry):1:in `__pry__' ``` Why do I call Dynamoid::TransactionWrite and get an error name uninitialized constant? Please help me, thankssss

If I use batchGetItem it asks for the key. However, I cannot know this key in advance, for example the key is the id of the table. So how should...

1. If I want to update the table, how should I do it? 2. If I want to query using the `or` condition, how should I write it? it will...