Amazon web services – AWS SDK v3 GetCommand API fails to find an item in DynamoDB database
I have a Node.js Lambda function that uses AWS DocumentClient to find an item by primary key in a DynamoDB table. This worked fine in AWS SDK v2 and returned the item data. The item does exist in the database.…