ElasticsearchLambda:用于更新Elasticsearch数据的AWS Lambda函数

时间:2024-05-03 03:00:28
【文件属性】:

文件名称:ElasticsearchLambda:用于更新Elasticsearch数据的AWS Lambda函数

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-03 03:00:28

Python

ElasticsearchLambda 提供/更新Elasticsearch数据的AWS Lambda函数 指导 git clone https://github.com/Fox520/ElasticsearchLambda cd ElasticsearchLambda python3 -m pip install pipenv pipenv shell pip install -r requirements.txt 打开app.py并相应地设置变量 创建~/.aws/credentials并放置以下内容 [ default ] aws_access_key_id = "REPLACE" aws_secret_access_key = "REPLACE" 部署API pipenv shell zappa init zappa deploy dev gg到了解政策


【文件预览】:
ElasticsearchLambda-main
----app.py(1KB)
----requirements.txt(650B)
----LICENSE(1KB)
----README.md(632B)
----policy.json(2KB)
----.gitignore(2KB)

网友评论