AWS Console is really useful but in vast majority of cases - we want to interact with our database programatically.
In this lesson we're going to learn how to create a brand new AWS Lambda function in which we'll perform a scan
operation on a DynamoDB table.
There are quite a few topics that we'll cover:
AWS.DynamoDB.DocumentClient
API in order to call a scan
operation on a DynamoDB table