JavaScript (v3): Deprecate ScenarioOutput #7043
Labels
Internal
To help track internal tickets in a single location.
Javascript-v3
This issue relates to the AWS SDK for Javascript V3
ScenarioOutput is a sub-class of a scenario
Step
that offers logging capability for a scenario.In practice
ScenarioOutput
has proven to be a bit unwieldy. It puts a lot of distance between logs and functionality, and the output steps obfuscate what's actually happening in a list of scenario steps.ScenarioOutput
should be marked as deprecated, and the shared logger should be copied into to theStep
sub-classes and provided as an argument to step functions, e.g.The text was updated successfully, but these errors were encountered: