aws / aws-lambda-builders

Python library to compile, build & package AWS Lambda functions for several runtimes & framework
Apache License 2.0
334 stars 139 forks source link

fix: streaming stderr from subprocess started by lambda-builders #563

Closed sidhujus closed 10 months ago

sidhujus commented 10 months ago

Issue #, if available: #6068 Description of changes: the stderr output of the subprocess was being ignored and because of this if there was no information in stdout all that a user would see was that the bundler failed.

This fix has the bundler output the stderr from the subprocess if it fails.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.