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
CodePudding user response:
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
CodePudding user response:
AWS API Gateway needs to Deploy it once, like a service.
Any followup changes on the API documents requires another deployment.


