fix(cli): hotswap deploy fails on multiple CfnEvaluationException by tmokmss · Pull Request #22339 · aws/aws-cdk
closes #22323 To avoid unhandled rejections, we run promises just before we call Promise.all. The concern of this fix is that hotswap process may take longer time because now async tasks run lazily...