Open
Description
The PHP example for DynamoDB->Scan only shows how to get a single call. However, since Scan only returns a subset of data depending on size of the set, additional code is needed to show how to properly use Scan to get all relevant data.
https://docs.aws.amazon.com/en_us/amazondynamodb/latest/developerguide/GettingStarted.Scan.html
Reported by user via Documentation Feedback