First, thank you this lib is great.
I was able to use it to interact with my es domain, create indices, add documents, etc.
But when I try to send a search query it fails each time with:
{
"message": "The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details."
}
Query:
echo '{"query": {"title": "atl"}}' | aws-es-curl -X GET https://<domain>.us-east-1.es.amazonaws.com/demo-test/_search | jq
Am I doing something wrong?
First, thank you this lib is great.
I was able to use it to interact with my es domain, create indices, add documents, etc.
But when I try to send a search query it fails each time with:
Query:
Am I doing something wrong?