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
asked 4 years ago434 views
1 Answer
0

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

dev-au
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions