1 Answer
- Newest
- Most votes
- Most comments
2
Hi,
I'm assuming that you are referencing the order in which columns are shown in the Amazon DynamoDB console. Please understand that DynamoDB is a NoSQL database. It does not use the concept of columns. This is because each item (row) can have different data. The management console attempts to show the data in columns to make it easier for us humans to read. However, that does not mean that the data is stored in this order, it is just a representation to make it easier for users to understand.
When retrieving data from DynamoDB, you can request specific keys (for example Name
), or you can receive a JSON object from which you can parse the necessary information based on the Key and Value.
Relevant content
- Accepted Answerasked 9 months ago
- Accepted Answerasked a year ago
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 months ago