POST and PATCH methods does not works in api-cors-lambda-crud-dynamodb #362
Labels
bug
This issue is a bug.
effort/medium
Medium work item – a couple days of effort
language/typescript
Related to Typescript examples
p2
I have cloned the example api-cors-lambda-crud-dynamodb in typescript language and followed the instruction given in the repository. I was success in deploying and tried the endpoint in the Postman. only the get all, get one item, and delete items endpoints works. My write operation such as create and update methods does not work. It throws following errors.
This is an error I get for Creat method using POST Variable:
My log result for create method
This is an error I get for an update method using PATCH Variable:
My log result for update method:
please help me to resolve it.
The text was updated successfully, but these errors were encountered: