This repo is for generating and hosting lambda layers for the @duckdb/node-api
node module
- Run
npm i
- Docker installed and running
- Update the
DUCKDB_VERSION
arg in theDockerfile
to the required node module version - see here - Run
node createLayer.js
- Commit and push the new
.zip
file and the changes to theDockerfile