Introduction
A basic scan operation reads every item in a DynamoDB table. It helps you see all the data stored without any filters.
You want to get all the records from a small table to see what data it holds.
You need to export all data from a table for backup or analysis.
You want to quickly check the contents of a table during development.
You want to count how many items are in a table without conditions.
You want to retrieve all items before applying filters in your application code.