I am having an issue in API Gateway that says " No integration defined for method" when I attempt to deploy

0

I cannot deploy my API due to the message that I do not have any integration defined for the method. How can I go about fixing this error?

已提问 2 年前3427 查看次数
1 回答
1

From the API Gateway setup page:

Specify the backend services that your API will communicate with. These are called integrations. For a Lambda integration, API Gateway invokes the Lambda function and responds with the response from the function. For HTTP integration, API Gateway sends the request to the URL that you specify and returns the response from the URL.

You need to setup what your API is accessing with that method.

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则