Basic setup of an AWS lambda function that sends data to a dynamoDB table. The lambda function uses Node.js. I create a DynamoDB table, a Lambda function, add an Item to the lambda with the data table name, add an execution role to the lambda to talk to dynamoDB and finally, execute the lambda to update the table.