An extremely light-weight client for communicating with AWS Elasticsearch.
This is part of the sailplane library of utilities for AWS Serverless in Node.js.
Other solutions for communicating with Elasticsearch are either incompatible with AWS, very heavy weight, or both. This client gets the job done and is as simple as it gets!
- Simple Promise or async syntax
- Authenticates to AWS via AWS Signature v4
- Light-weight
Use it with Elasticsearch's Document API.
See the docs for usage and examples.