I an working in AWS writing to a dynamodb database from a lambda function. I am writing in Node.JS. I have console log writes before and after the write but the write doesn't seem to go to the table. I am thinking it is likely a authentication error or a config error. Below is the start of my code. I an working in AWS writing to a dynamodb datab