Identify request handler for API Gateway endpoint using AWS web console

Viewed 53

If i make a POST request to API gateway endpoint (configured to handle POST calls), by using AWS console how can i identify which AWS service (lambda/fargate/etc) is configured as request handler for that endpoint.

https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-basic-concept.html

suggest For Integrations, choose Add integration. But how can i find handlers/integration for an existing endpoint.

I am only able to identify Invoke URL and lambda service used as authenticator. OR do i need to manually check each Application load balancer ?

1 Answers

If you would like to add Integrate with ALB, you could select the HTTP in Integration Request > Integration Type and input the ALB DNS into Endpoint URL.

Check out this image: Integration Request

Related