API Gateway POST method working during tests, but not with postman

前端 未结 3 1092
生来不讨喜
生来不讨喜 2021-02-10 02:35

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

3条回答
  •  萌比男神i
    2021-02-10 03:09

    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

提交回复
热议问题