0

I recently deployed a lambda that is responsible for a bunch of different endpoints and http methods on each endpoint, which are exposed by the API Gateway. All but one of those are working as expected. One of them is giving me strife. When I hit the endpoint using postman, the request times out. Using the same exact body, I tried making the request using the Test tab. I get a response that indicates that the lambda is actually being invoked. I'm 90% sure I successfully ran the lambda add-permission script when I originally made the API Gateway integration, as I can see it in my terminal history.

Is this kind of variation in response an indication that the add-permission script didn't run properly? Any other things to look out for?

0 Answers0