Thumbnail for video 'Get started with AWS Lambda - Writing data to DynamoDB'

← Back to courses

Writing data to DynamoDB

In this video I'm going to show you how to use Lambda to write data into a DynamoDB table. We'll create a simple online guestbook system to demonstrate this.

Source code

Source code of the Lambda function seen in this video can be found on GitHub.

Useful resources