i will try to explain my problem clearly.
I have an API who writes something in DynamoDB with a lambda function written in Node.js. When i\'m calling it within the AWS c
I got the exact same problem, the solution for me was deploying the api to make my changes available through Postman !
Hope it helps, even one year later