I had set up a custom domain for API Gateway. I have tried to update its BasePath and SecurityPolicy using sam and now it is stuck in the "Updating" state on the UI. Trying to delete it from AWS CLI also causes the following error.
An error occurred (BadRequestException) when calling the DeleteDomainName operation:
There is already an update in progress for the domain reminders.thestarware.com.
Please wait until the current update finishes before making another request.
Even deleting the whole API Gateway does not resolve it. Do you have any idea about how I can force delete it?
