proud-dentist-22844
04/15/2023, 2:41 PMnfpm because the packages built by nfpm will probably differ somewhat with packages built using the native tooling. debian_package for example uses debian native tooling like dpkg-deb.happy-kitchen-89482
04/15/2023, 3:09 PMnfpm_package with packager="deb" etc?happy-kitchen-89482
04/15/2023, 3:09 PMnfpm package is different than the native tooling package? Enough that this needs to be expressed in the target?happy-kitchen-89482
04/15/2023, 3:10 PMlambdex creates Lambdas from pexes, so they are slightly different than ones you'd create by hand, but we don't call that out in the target type, which is python_awslambda.happy-kitchen-89482
04/15/2023, 3:11 PMpex is substantially different from any other way of packaging a python binary, in ways that the user probably does care about, so the target is pex_binary, not python_binary.happy-kitchen-89482
04/15/2023, 3:11 PMnfpm more like?proud-dentist-22844
04/15/2023, 4:18 PM