aws-lambda-libreoffice
aws-lambda-libreoffice copied to clipboard
Cannot destructure property `inputPath` of 'undefined' or 'null'
trafficstars
When using
const {unpack, defaultArgs} = require('@shelf/aws-lambda-libreoffice');
await unpack(); // default path /tmp/instdir/program/soffice.bin
There is an error Cannot destructure property inputPath of 'undefined' or 'null'
Seem that need to enter the input path manually
Which version of the lib are you using?