Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

egghead.io

DynamoDB: The Node.js DocumentClient

via egghead.io

Overview

This playlist covers all of the ways to use the node.js DocumentClient to interact with one or more DynamoDB tables.
note: We do not cover scan() as it is not recommended for most usage and if you need it you'll know how to read the documentation to use it by the end of this collection.

Syllabus

  • Intro to the DynamoDB Node.js DocumentClient
  • Getting individual DynamoDB items with node.js using get and promises
  • Inserting and replacing items with put in the DynamoDB node.js DocumentClient
  • Deleting (and preventing the deletion) of items in DynamoDB with the nodejs DocumentClient
  • Inserting items and modifying attributes and nested attributes with update in DynamoDB
  • Inserting, Deleting, and Fetching multiple items at a time with batchGet and batchWrite
  • Transactions in the DynamoDB node.js DocumentClient with transactWrite and transactGet

Taught by

Chris Biscardi

Reviews

4.1 rating at egghead.io based on 5 ratings

Start your review of DynamoDB: The Node.js DocumentClient

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.