【发布时间】:2018-03-16 01:10:26
【问题描述】:
当我尝试通过serverless-domain-manager 和sls create_domain 设置域时,它失败了:
BadRequestException:您提供的域名已与现有 CloudFront 分配相关联。 从现有 CloudFront 分配中删除域名或使用其他域名。 如果您拥有此域名并且未在现有 CloudFront 分配中使用它,请联系支持人员。 api.example.com 未创建。
我找到了line where the library fails。
请注意,我的帐户在 CloudFront 中没有任何内容。这是我打开它时看到的:
在 Associated Resources 下,我可以看到 cloudfront 的条目:arn:aws:cloudfront:: ...
【问题讨论】:
标签: amazon-web-services amazon-cloudfront amazon-route53 serverless-framework