Created
September 19, 2018 12:40
-
-
Save brianfoody/182adae5cc84116fe4bb3cb705e3d3f5 to your computer and use it in GitHub Desktop.
Count Items in a DynamoDB Table
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws dynamodb scan --table-name <TABLE_NAME> --select "COUNT" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment