Turn CliIoHost singleton pattern into an IoHost class which is specific to a Toolkit Instance #32816
Labels
@aws-cdk/core
Related to core CDK functionality
cli
Issues related to the CDK CLI
effort/medium
Medium work item – several days of effort
p2
CliIoHost exists today as a singleton pattern. However this creates an issue if someone wanted to do parrallel executions of the Cli i.e.
or if someone wanted to maintain multiple distinct copies of the tookit
This is done if:
info()
is now changed to aIoHost.notify()
.IoHost.notify(info('my message'))
or some equivalent functionalitySingleton Implementation Pr:
#32708
The text was updated successfully, but these errors were encountered: