I been following this tutorial to create an Post and GET api as proxy to write to my dynamo DB. https://aws.amazon.com/blogs/compute/using-amazon-api-gateway-as-a-proxy-for-dynamodb/
I got the post api working internally however, when I deploy it live, the GET works perfectly, however, the post does not write to the DB.
Table Name: License Plate Response of the Post request
the URI is Iteration3/LicensePlateNumber/{LicensePlateNumber}
and this is how I am passing the values.
/Iteration3/LicensePlateNumber/{"Actual_License_PlateNumber" :"testfrombrowser}
but nothing is being inputted to dyanmo db.