-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PROPOSAL] LLRT compatibility #883
Comments
What would it take to make this package compatible with llrt? PRs welcome.
This is not the case, especially since September, OpenSearch is part of the Linux Foundation (https://foundation.opensearch.org/). |
Probably a move to ESM as there is an issue when the code i bundled via ESBuild and how the |
I'd love to have a go at implementing one of these changes, but in all honesty, it's probably a bit beyond me currently. I am fairly competent with JS/TS, Node etc but when it comes to some of these libraries, I'd need to figure out how they are pieced together first :)
|
Sounds great. A pure replacement would be a great start, and we should then talk about something pluggable in the PR. |
I'd like to suggest making this package compatible with the AWS LLTR - https://github.com/awslabs/llrt
This cut down Node runtime is super fast, at the cost of it not having all the Node APIs.
It does not contain the tty module, which is required by the
debug
dependency in this package.Could you please consider making this library compitable, as there is no "AWS SDK" Opensearch client, as this one exists, and I believe OS is an AWS product anyway. Would be nice to use this with the LLRT.
The text was updated successfully, but these errors were encountered: