Closed
Description
Hey, is there an official aws lambda layer for @duckdb/node-api or we must include as part of our own deployment pipeline?
Currently getting this error on a clean lambda function. I guess most people would also get this:
"errorType": "Runtime.ImportModuleError",
"errorMessage": "Error: Cannot find module '@duckdb/node-bindings-linux-x64/duckdb.node'\nRequire stack:\n- /var/task/index.mjs",
"stack": [
"Runtime.ImportModuleError: Error: Cannot find module '@duckdb/node-bindings-linux-x64/duckdb.node'",
Many thanks!