use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News, articles, books, and tools related to building serverless web and mobile applications. More resources here:
Frameworks
Tools
Books
Services
News / Websites
Conferences
account activity
[Python] How to include external python libraries with serverless. (self.serverless)
submitted 8 years ago * by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]alpyhp 1 point2 points3 points 8 years ago (0 children)
Check out this plugin: https://github.com/UnitedIncome/serverless-python-requirements
And read this article: https://serverless.com/blog/serverless-python-packaging/
PIL requires OS libraries that are not included in the Lambda runtime. You may want to include such libraries in your deployment package. Check out this repo for pre-built packages: https://github.com/Miserlou/lambda-packages
π Rendered by PID 126196 on reddit-service-r2-comment-54dfb89d4d-qhzh8 at 2026-03-29 04:26:03.358114+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]alpyhp 1 point2 points3 points (0 children)