Getting individual DynamoDB items with node.js using get and promises

InstructorChris Biscardi

Share this video with your friends

Send Tweet

get is how we can take a primary key and get a single DynamoDB item. We cover the basics, like how to get the actual item, as well as more advanced usage with additional options that tell us how much capacity we used, and returning only specific attributes