<#18657 deploy pex binary on AWS lambda docker wit...
# github-notifications
c
#18657 deploy pex binary on AWS lambda docker without having to unzip lambdex-zip archive Issue created by mister-rao pex is cool, my binary size for a medium size django project is around 60MB. I am using AWS container lambda to deploy pex. This works, but I have to unzip the lambdex archive which shoots up deps size to 200MB+. Is there a way to run pex directly on the lambda container, without unzipping it? pantsbuild/pants