lambda-python-custom
lambda-python-custom copied to clipboard
Feature: Deploy as Layer Script
Were you able to get this pushed up as a custom runtime via Lambda layer? I think I'm understanding how that workflow goes to create a custom runtime.
They say that runtimes have a size limit of 250MB but when I run and compile this:
$ du -hs /var/lang
461M /var/lang
That seems pretty big!
If you were able to get this fully working, mind sharing your zip/deploy script?
Thanks a lot, this is really neat
EDIT:
These guys have a layer deploying version of pypy: https://github.com/iopipe/lambda-runtime-pypy3.5
Thanks, this is a good idea. I'll take a look at it when I have some time.