docs: warn that AWS Lambda doesn't work

This commit is contained in:
James R. Barlow
2020-04-10 13:00:19 -07:00
parent 99ef42940c
commit 32a88f1bad
+7
View File
@@ -202,6 +202,13 @@ Alternatives
- `Watchman <https://facebook.github.io/watchman/>`__ is a more
powerful alternative to ``watchmedo``.
AWS Lambda is not viable
------------------------
AWS Lambda and its equivalents have low limits on execution time and payload
size, relative to OCRmyPDF's needs. As of this writing, the request/response
payload for AWS Lambda was 6 MB, which means many PDFs will not fit.
macOS Automator
===============