toluaina / pgsync

Postgres to Elasticsearch/OpenSearch sync
https://pgsync.com
MIT License
1.1k stars 172 forks source link

Support AWS OpenSearch Serverless #472

Closed tacrocha closed 10 months ago

tacrocha commented 11 months ago

Adds support for AWS Opensearch Serverless, which requires the service name aoss instead of es when instantiating the search client.

Users must set the OPENSEARCH_AWS_SERVERLESS environment variable to true to allow the proper search client configuration.

Reference: https://github.com/opensearch-project/opensearch-py/blob/main/guides/auth.md