AWS - DynamoDB
You run this command:
What is wrong with this command?
aws dynamodb create-table --table-name Customers --attribute-definitions AttributeName=CustomerId,AttributeType=N --key-schema AttributeName=CustomerId,KeyType=HASH --provisioned-throughput ReadCapacityUnits=5
What is wrong with this command?
