I create :
- An API REST on API Gateway
- A Lambda function with a trigger on API Gateway
- A use this lambda as an Authorizer for API Gateway
I delete the trigger on Lambda function, when I try to add the trigger on lambda function, I have this error : An error occurred when creating the trigger: An integration is already present on this method.

