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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南