gpt4 book ai didi

node.js - 如何通过AWS lambda nodejs函数索引存储在S3中的XML文件?

转载 作者:行者123 更新时间:2023-12-03 01:25:12 25 4
gpt4 key购买 nike

我将XML文件存储在S3存储桶中。
我已经设置了ElasticSearch域,并希望通过AWS lambda索引存储桶中的那些文件。

我可能必须使用此依赖项。

var elasticSearch = require('elasticsearch');

我可以在Amazon Getting Started Doc中看到curl命令
curl -XPUT elasticsearch_domain_endpoint/movies/_doc/1 -d '{"director": "Burton, Tim", "genre": ["Comedy","Sci-Fi"], "year": 1996, "actor": ["Jack Nicholson","Pierce Brosnan","Sarah Jessica Parker"], "title": "Mars Attacks!"}' -H 'Content-Type: application/json'

如何通过lambda函数中的nodejs做到这一点?

最佳答案

关于node.js - 如何通过AWS lambda nodejs函数索引存储在S3中的XML文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58552815/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com