We had to move some of the long-running tasks to SQS with lambda-workers. We are using SST to automate the deployment.
Error: Could not resolve "@cipherstash/jseql-ffi-win32-x64-msvc" node_modules/.pnpm/@cipherstash+jseql-ffi@0.5.0/node_modules/@cipherstash/jseql-ffi/lib/load.cjs:11:40
I've experimented with multiple esbuild-settings which allows it to build, but doesn't resolve. Here are some of the resolutions I've tested:
- set nodejs.esbuild.external = ['@cipherstash/jseql']
- copy node_modules/@cipherstash/jseql and jseql-ffi to the function
- Add @neon-rs/load as dependency to apps/functions
- Add @cipherstash/jseql as dependency apps/functions
We continue to have issues loading the @cipherstash/jseql issues are run time. Any insights?
We had to move some of the long-running tasks to SQS with lambda-workers. We are using SST to automate the deployment.
I've experimented with multiple esbuild-settings which allows it to build, but doesn't resolve. Here are some of the resolutions I've tested:
We continue to have issues loading the
@cipherstash/jseqlissues are run time. Any insights?