Zappa认证问题

时间:2017-11-11 20:14:31

标签: python-2.7 amazon-web-services aws-lambda amazon-route53 zappa

我在部署最近从godaddy转移到AWS的域时遇到了问题。

这是zappa设置:

{
"staging": {
    "app_function": "__init__.app",
    "aws_region": "ap-southeast-2",
    "profile_name": "default",
    "s3_bucket": "zappa-flowersapp",
    "domain": "minnidesign.com",
    "certificate_arn": "arn:aws:acm:us-east-1:985294012425:certificate/a8740ef0-0d99-4355-ac99-210ead89b743"
    }
}

第一次出现此错误时运行zappa certify:

params[name] = orig_value.split('/')[-1]
AttributeError: 'NoneType' object has no attribute 'split'

我第二次收到此错误:

raise error_class(parsed_response, operation_name)
BadRequestException: An error occurred (BadRequestException) when calling the CreateDomainName operation: The domain name you provided already exists.

我不知道为什么会这样,我从未遇到过与Zappa有过这样的问题。 (当我访问minnidesign.com时,发现服务器未找到错误。)

有谁知道这个问题的解决方案?非常感谢提前!

2 个答案:

答案 0 :(得分:0)

我只需要创建一个托管区域,然后使用新托管区域的NS记录更新已注册域的NS记录,然后创建新证书并制作一个魅力!

答案 1 :(得分:0)

Zappa有时无法通过认证。

您可以在AWS上进入apigateway仪表板,并在再次尝试之前手动删除该条目。

AWS Console > apigateway > custom domain names > delete