سؤال

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