re-deploying API Gateway on AWS causes ConflictException: Method already exists for this resource

764 views Asked by At

I have a set of API endpoints which was successfully deployed and re-deployed after several updates to the API endpoints.

However, an error occurred when both my colleague and I deployed the API resource at the same time.

When I tried to redeploy it again, it gave the error of Method already existing. I have checked all the methods and they are all unique.

I have also tried re-deploying to a new stage (test instead of the current dev) but it still gave the same error.

0

There are 0 answers