Sending Data to Opensearch #1974
-
Hello, I was looking through the document and couldn't find any document related to sending data into OpenSearch. I tried using AWS HTTP Request but it seems to be throwing a Forbidden error. I am using C++ for Lambda Function. Everything else is working fine.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You seam to be trying to build the request yourself, rather than using the sdk for this. Is there a specific reason that you are doing it this way? |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
You seam to be trying to build the request yourself, rather than using the sdk for this. Is there a specific reason that you are doing it this way?
edit: How to upload documents to OpenSearch