AWS - DynamoDB
Why does this command fail?
aws dynamodb create-table --table-name Inventory --attribute-definitions AttributeName=ItemId,AttributeType=S AttributeName=Category,AttributeType=S --key-schema AttributeName=ItemId,KeyType=HASH
