Amazon web services – aws-sdk – inserting item into dynamodb table from lambda function result in error due item attribute type mismatch
I have a simple lambda function that is trying to insert an intem into a dynamodb table. The said table has its PK of type string, I'm trying to insert a string in it, but I get an error that…