We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AWS Lambda uses a Linux distribution called amazonlinux2 that uses musl instead of glibc. It would be great if deno_mongo would provide fully static builds that do not dynamically link to the libc provided by the os, so the plugin can be used on AWS Lambda. This is very simple to do in Rust: https://doc.rust-lang.org/edition-guide/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.html
If this seems reasonable I can create a PR for this.
The text was updated successfully, but these errors were encountered:
welcome
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
AWS Lambda uses a Linux distribution called amazonlinux2 that uses musl instead of glibc. It would be great if deno_mongo would provide fully static builds that do not dynamically link to the libc provided by the os, so the plugin can be used on AWS Lambda. This is very simple to do in Rust: https://doc.rust-lang.org/edition-guide/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.html
If this seems reasonable I can create a PR for this.
The text was updated successfully, but these errors were encountered: