Вопрос

I am new to AWS Web Services and am interested in DynamoDB. What is DynamoDB's item? Is it column or a row or a field? Any related suggestions are welcome.

Это было полезно?

Решение

Consider items as a row. There are various methods like:

  1. getItem - it will get a single row
  2. BatchPutItems - it will insert multiple rows

etc.

There are other manipulations as well, which you can refer to here.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top