Skip to content

Instantly share code, notes, and snippets.

@billydh
Last active January 13, 2020 09:48
Show Gist options
  • Save billydh/712073d5393c5cdb1bc352711d62bac8 to your computer and use it in GitHub Desktop.
Save billydh/712073d5393c5cdb1bc352711d62bac8 to your computer and use it in GitHub Desktop.
aws dynamodb --endpoint-url http://localhost:8042 create-table --table-name demo-customer-info \
--attribute-definitions AttributeName=customerId,AttributeType=S --key-schema AttributeName=customerId,KeyType=HASH \
--provisioned-throughput ReadCapacityUnits=5,WriteCapacityUnits=5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment