lambda-python-custom icon indicating copy to clipboard operation
lambda-python-custom copied to clipboard

Feature: Deploy as Layer Script

Open four43 opened this issue 2 years ago • 1 comments

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

four43 avatar Jan 05 '23 22:01 four43

Thanks, this is a good idea. I'll take a look at it when I have some time.

keithly avatar Jan 17 '23 16:01 keithly