Updated user_guide for async client (#338)
Signed-off-by: saimedhi <saimedhi@amazon.com>
This commit is contained in:
committed by
GitHub
parent
a495a20417
commit
51eb6e5cca
@@ -478,6 +478,10 @@ print(response)
|
||||
|
||||
Make sure to use `AsyncOpenSearch` with the `AsyncHttpConnection` connection class with the async `AWSV4SignerAsyncAuth` signer.
|
||||
|
||||
```bash
|
||||
pip install opensearch-py[async]
|
||||
```
|
||||
|
||||
```python
|
||||
from opensearchpy import AsyncOpenSearch, AsyncHttpConnection, AWSV4SignerAsyncAuth
|
||||
import boto3
|
||||
|
||||
Reference in New Issue
Block a user