You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the table below for the list of supported regions and runtimes.
@@ -28,7 +28,7 @@ If you don't use [aws-lambda-libreoffice npm package](https://github.com/shelfio
28
28
29
29
1. This layer just adds `/opt/lo.tar.br` or `/opt/lo.tar.gz` file to your Lambda runtime
30
30
2. Unpack `/opt/lo.tar.br` or `/opt/lo.tar.gz` file during Lambda execution into `/tmp` folder which has 512 MB of free space. Make sure to do this OUTSIDE function handler code.
31
-
This is an expensive task, so better to make it once on a warm start.
31
+
This is an expensive task, so better to make it once on a warm start.
32
32
3. LibreOffice binary will be located available at `/opt/instdir/program/soffice.bin`
33
33
4. Check out `/test/index.js` for CLI arguments needed to run LibreOffice to convert a `.txt` file to `.pdf` for more details
34
34
@@ -43,18 +43,18 @@ Works with the following [AWS Lambda runtimes](https://docs.aws.amazon.com/lambd
0 commit comments