Amazon APi gateway fails to generate transformed request

前端 未结 2 2020
心在旅途
心在旅途 2021-01-18 04:45

I was trying the integration of Amazon API gateway with Lambda function. I was successfully able to achieve though but when I tried with curl it fails.

Lambda method

2条回答
  •  醉酒成梦
    2021-01-18 05:01

    In my case the problem was that I did not Deploy the API, so it was not updated for external use. See Amazon API Gateway : response body is not transformed when the API is called via Postman?

提交回复
热议问题