I am trying to establish a connection between the locally created lambda function and local dynamodb. I set up both lambda and dynamodb locally and tried to create table in the dynamodb but facing an error. Here is my script to create a table in dynamodb through local lambda
Thus far, everything is going fine but when I try to execute the code, it throws an error that you can examine
On the other hand, the local dynamodb is also working fine that you can see
I don't know where I am doing wrong, i also have configured aws secrect access key, id, and region. Kindly help me, I would really appreciate that.