YoVDO

DynamoDB: The Node.js DocumentClient

Offered By: egghead.io

Tags

Node.Js Courses

Course Description

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

Related Courses

MongoDB for Node.js Developers
MongoDB University
Introduction to Office 365 Development and APIs
Microsoft via edX
Server-side Development with NodeJS
The Hong Kong University of Science and Technology via Coursera
Front-End Web UI Frameworks and Tools
The Hong Kong University of Science and Technology via Coursera
Introduction to MongoDB using the MEAN Stack
MongoDB via edX