【发布时间】:2016-11-26 19:08:03
【问题描述】:
我正在运行 Ubuntu 12.04、Python 2.7.3 并尝试运行 chalice
但是,当我运行时
圣杯部署
我回来了:
botocore.exceptions.EndpointConnectionError:无法连接到端点 URL:“https://lambda.us-east-1.amazonaws.com/2015-03-31/functions/helloworld”
我找不到任何有关导致此问题的信息。我的 AWS 配置已设置并经过测试可以与 boto 一起使用。
我的配置:
[default]
output = table
region = us-west-1
【问题讨论】:
-
你能粘贴你的 ~/.aws/config 没有凭据吗?
-
[default] output = table region = us-west-1
标签: python amazon-web-services aws-lambda boto3