This is a builder for an AWS lambda layer with Turbodbc and unixODBC.
You can use the ready-built layer from the releases section of this repository or build your own using the provided builder.
- Download the zip file from Releases.
- Run the following command to install the layer:
aws lambda publish-layer-version \
--layer-name "turbodbc310" \
--compatible-runtimes python3.10 \
--zip-file fileb://turbodbc-layer.zip
- Ensure you have Docker installed and running
- Run the
build.sh
script from the repo root.