aws-data-wrangler

How can I bulk upload JSON records to AWS OpenSearch index using a python client library?

How can I bulk upload JSON records to AWS OpenSearch index using a python client library? Question: I have a sufficiently large dataset that I would like to bulk index the JSON objects in AWS OpenSearch. I cannot see how to achieve this using any of: boto3, awswrangler, opensearch-py, elasticsearch, elasticsearch-py. Is there a way …

Total answers: 3