orenomac$ aws dynamodb create-table --table-name test --attribute-definitions AttributeName=DataA,AttributeType=S AttributeName=DataB,AttributeType=S --key-schema AttributeName=DataA,KeyType=HASH AttributeName=DataB,KeyType=RANGE --provisioned-throughput ReadCapacityUnits=1,WriteCapacityUnits=1 { "TableDescription": { "AttributeDefinitions": [ { "AttributeName": "DataA", "AttributeType": "S" }, {