Skip to content

Instantly share code, notes, and snippets.

@willm
Last active April 12, 2018 23:45
Show Gist options
  • Save willm/56cce10e37e7f169f508bd2ba7bae5aa to your computer and use it in GitHub Desktop.
Save willm/56cce10e37e7f169f508bd2ba7bae5aa to your computer and use it in GitHub Desktop.
dynamo cheat sheet
#count of items
aws dynamodb scan --table-name baskets --select COUNT
#item by key
aws dynamodb get-item --table-name baskets --key '{"Id":{"S": "195eaf9c-50e6-4524-81e0-22403e46b6df"}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment