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?

asked 2 years ago3395 views
1 Answer
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.

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions