AWS - DynamoDB
You run this command to create a DynamoDB table:
But you get an error. What is the most likely cause?
aws dynamodb create-table --table-name Orders --attribute-definitions AttributeName=Id,AttributeType=N --key-schema AttributeName=OrderId,KeyType=HASH --provisioned-throughput ReadCapacityUnits=5,WriteCapacityUnits=5
But you get an error. What is the most likely cause?
