Skip to content

Instantly share code, notes, and snippets.

@brianfoody
Created September 19, 2018 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianfoody/182adae5cc84116fe4bb3cb705e3d3f5 to your computer and use it in GitHub Desktop.
Save brianfoody/182adae5cc84116fe4bb3cb705e3d3f5 to your computer and use it in GitHub Desktop.
Count Items in a DynamoDB Table
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