I'm deploying a NodejsFunction, and I'm getting this error invoking my lambda:
ENOENT: no such file or directory, open '/var/task/bin/chromium.br

NodejsFunction uses esbuild that compresses the lambda code. Therefore, missing chromium binaries.
Is anyone doing something similar with a NodejsFunction that could share some snippets?
I'm deploying a NodejsFunction, and I'm getting this error invoking my lambda:
NodejsFunction uses esbuild that compresses the lambda code. Therefore, missing chromium binaries.
Is anyone doing something similar with a
NodejsFunctionthat could share some snippets?