<#18198 The awslambda.python backend may fail unde...
# github-notifications
q
#18198 The awslambda.python backend may fail under remote execution Issue created by benjyw This backend uses the lambdex tool, which turns a pex into a lambda by modifying it in-place. However some remote execution implementations do not allow sandboxed processes to modify input files, so the lambdex process fails. pantsbuild/pants