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
已提问 4 年前441 查看次数
1 回答
0

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

dev-au
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则