我正在使用{
"took": 11,
"timed_out": false,
"_shards": {
"total": 34,
"successful": 34,
"skipped": 0,
"failed": 0
},
"hits": {
"total": 3,
"max_score": 1.7260926,
"hits": [
{
"_source": {
"message": "trying out Elasticsearch2"
}
},
{
"_source": {
"message": "trying out Elasticsearch"
}
},
{
"_source": {
"message": "trying out Elasticsearch3"
}
}
]
}
}
文件通过AWS CodeBuild运行SAM模板
我相信此问题是由pip安装了buildspec.yml
软件包的默认python 2.7版本引起的。我对如何aws-sam-cli
版本的软件包pip install
并不熟悉。这是我的python3
的摘要:
buildspec.yml
有人遇到过这个问题吗?