Update CDK_deployer to stream std_err instead of aggregating it #662
Labels
performance
Optimizations in code paths
tech-debt
Refactors, unsavory workarounds or other technical decisions that should be revisited later
Environment information
Description
Aggregating large amount of data in memory is not ideal. See if we can stream it to the clients who need it. Originating from #642 (comment)
The text was updated successfully, but these errors were encountered: