DynamoDB CLI
Commands
--projection-expression: only retrieve specific attributes--filter-expression: filter items before return to console--page-size: Since big results can enter time out, using page size, will make the api call separately in the background, shows all results without timeout issue.--max-items: max number of items shows, with next-token--starting-token: start from the token pointer