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?

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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ