navigation

Serverless - Interacting with DynamoDB using Lambda

Overview

Continuing with the Serverless series, we will build a document management application.

In this workshop, we will create Lambda functions to read, query, and delete data in DynamoDB.

Content

  1. Create DynamoDB table
  2. Create Lambda functions
  3. Test Lambda functions
  4. Cleanup