Skip to content

Instantly share code, notes, and snippets.

@tarasowski
Last active July 18, 2018 09:20
Show Gist options
  • Save tarasowski/50bfe5d07175c7f094fbe379ab1740eb to your computer and use it in GitHub Desktop.
Save tarasowski/50bfe5d07175c7f094fbe379ab1740eb to your computer and use it in GitHub Desktop.
#DynamoDB - Create New Table CLI
aws dynamodb create-table --table-name AppSync-Destinations --attribute-definitions AttributeName=id,AttributeType=S --key-schema AttributeName=id,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