Thumbnail for video 'Get started with AWS Lambda - Reading data from DynamoDB tables'

← Back to courses

Reading data from DynamoDB tables

In this video I'm going to show you how you can use Lambda to read data out of DynamoDB tables. In the previous video I've showed you how to create an online guestbook that writes data to DynamoDB. In this video we'll now write a function that reads back the data from DynamoDB so we can show our guestbook entries.

Source code

Source code of the Lambda function that reads data from DynamoDB can be found on GitHub.

Useful resources