Hello,
we have Implemented MongoDB CSFLE by using .NET core and Java. currently our services are hosted on on-prem. As per new initiative, we plan to migrate our services from on-prem to AWS serverless (Lambda using node with type script). As a part of that, I have started doing POC to implement CSFLE using node.js on my windows machine. As per the wiki, we need to add this dependency “libmongocrypt” before add the package “mongodb-client-encryption”. but, I am not sure how to install and configure “libmongocrypt”. I am not getting proper documentation to do it. can someone please check and help me on this.
Mongo DB Enterprise version on my windows machine : 4.4
node version : 18
Wiki I am following : How to use MongoDB Client-Side Field Level Encryption (CSFLE) with Node.js | MongoDB