aws-lambda-libreoffice
aws-lambda-libreoffice copied to clipboard
Utility to work with Docker version of LibreOffice in Lambda
My Dockerfile: # Use the LibreOffice base image FROM public.ecr.aws/shelf/lambda-libreoffice-base:7.6-node18-x86_64 # dependency not supplied by lambda-libreoffice-base image RUN yum install java-1.8.0-openjdk-devel -y # Check Java version to ensure it's installed...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@shelf/eslint-config](https://togithub.com/shelfio/eslint-config) | [`2.29.3` -> `4.2.1`](https://renovatebot.com/diffs/npm/@shelf%2feslint-config/2.29.3/4.2.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://circleci.com/developer/orbs/orb/circleci/node) | orb | major | `5.1.0` -> `6.3.0` | --- ### Configuration...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@shelf/eslint-config](https://redirect.github.com/shelfio/eslint-config) | [`2.29.3` -> `5.2.1`](https://renovatebot.com/diffs/npm/@shelf%2feslint-config/2.29.3/5.2.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
I started receiving following error in AWS Lambda in convertTo function after upgrading from 7.2.0 to 7.3.0 recently: `{"errorType":"Error","errorMessage":"Cannot generate PDF preview for ..docx file","stack":["Error: Cannot generate PDF preview for...
Del depends on globby which I found was importing bad definitely typed files. In particular @types/glob would end up with a weird version of @types/minimatch. Bumping del to v6 fixes...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://circleci.com/developer/orbs/orb/circleci/node) | orb | major | `5.1.0` -> `7.1.0` | --- ### Configuration...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.2 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...
I would like to update the LibreOffice version in [shelfio/libreoffice-lambda-base-image](https://github.com/shelfio/libreoffice-lambda-base-image). However, since the LibreOffice binary version and path are hardcoded in the following location, if there is an application already...