🔍

AWS Certified Developer - Associate DVA-C02 — Question 148

Topic 1 · Question 148 of 557

Topic 1 · Question 148

A developer is trying to get data from an Amazon DynamoDB table called demoman-table. The developer configured the AWS CLI to use a specific IAM user’s credentials and ran the following command: aws dynamodb get-item --table-name demoman-table --key '{"id": {"N":"1993"}}' The command returned errors and no rows were returned. What is the MOST likely cause of these issues?