AWS - DynamoDB
You wrote this DynamoDB Scan command but it is very slow:
What is the best way to improve performance if you only want users with UserId = '123'?
aws dynamodb scan --table-name Users
What is the best way to improve performance if you only want users with UserId = '123'?
