Course 2 - Introduction to Source Systems - DynamoDB - Practice Lab 2 - Scan

I am unable to see the Id attribute in the scan response, even though the actual DynamoDB table contains Id as a primary key column. Is this normal behavior?


Hello @harish_adusumalli
The attributes from the scan command are not in the same order as you see in the UI. However, you can see the Id attributes for each of the item. I have underlined some in your own screenshot.