aws-lambda-libreoffice icon indicating copy to clipboard operation
aws-lambda-libreoffice copied to clipboard

Cannot destructure property `inputPath` of 'undefined' or 'null'

Open musso opened this issue 3 years ago • 1 comments
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

musso avatar Jul 13 '22 16:07 musso

Which version of the lib are you using?

vladholubiev avatar Jul 13 '22 16:07 vladholubiev