Search code examples
amazon-web-servicesaws-lambdaaws-api-gateway

Unable to test Lambda Integration on API Gateway Console


It seems like AWS updated the UI for API Gateway.

In the new console, I can not find how to test a Lambda integration.

How can I test the Lambda Integration from the Console?

I set up the permissions and routes correctly.

I can successfully call the Lambda function by code or from the terminal

Stage view Console

Integration view Console


Solution

  • What you created is HTTP API. Per AWS documentation, HTTP API does not have option to test integrations from the console. That is available only for REST API. You can see differences in AWS documentation