7

Though I have defined the integration when I try to deploy an api gateway I keep getting "No integration defined for method" error similar to https://stackoverflow.com/questions/46087890/no-integration-defined-for-method-choose-a-stage-where-your-api-will-be-deploy?rq=1

Here they have mentioned the reply as "Set up the integration method".

However I have set up integration method. Attaching a screenshot, so what exactly is the problem in my case?

enter image description here

Gerald Schneider
  • 19,757
  • 8
  • 52
  • 79
Surya
  • 243
  • 1
  • 2
  • 8

1 Answers1

6

Please make sure ALL of your methods for ALL of your resources have integrations defined. Even if a single one is not defined, you are going to hit the error. Delete all methods that you don't intend to use.

AlexK
  • 176
  • 4