Bharat Pahalwani
Bharat Pahalwani

Reputation: 1698

Identify request handler for API Gateway endpoint using AWS web console

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 ?

Upvotes: 0

Views: 127

Answers (1)

Lê Minh
Lê Minh

Reputation: 1

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

Upvotes: -1

Related Questions