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?

feita há 2 anos3427 visualizações
1 Resposta
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.

respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas