AWS - DynamoDB
Identify the error in this DynamoDB table definition snippet:
{
"AttributeDefinitions": [
{"AttributeName": "UserId", "AttributeType": "S"}
],
"KeySchema": [
{"AttributeName": "UserId", "KeyType": "RANGE"}
]
}Identify the error in this DynamoDB table definition snippet:
{
"AttributeDefinitions": [
{"AttributeName": "UserId", "AttributeType": "S"}
],
"KeySchema": [
{"AttributeName": "UserId", "KeyType": "RANGE"}
]
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions