Cloudformation stack deletion - unable to delete API Gateway domain

0

I have this template which creates the API Gateway custom domain. When I deploy my stack, custom domain gets created successfully, but it does not get deleted when I delete my stack.
I would expect my domain to get deleted when I delete the stack. Is this not the case?

Resources:
  ApiGatewayCustomDomain:
    Type: "AWS::ApiGateway::DomainName"
    Properties:
      CertificateArn: "arn:aws:acm:us-east-1:xxxxxxxx:certificate/46c23619-cea4-4ac2-b373-36401ecebc51"
      DomainName:  "mydomain.com"
      EndpointConfiguration:
        Types:
          - EDGE
dev-au
demandé il y a 4 ans441 vues
1 réponse
0

I have tried to do the same today, api domain got deleted successfully.
I am not sure what went wrong yesterday.

dev-au
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions