We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5b0cf commit 7462152Copy full SHA for 7462152
src/DependencyInjection/AwsPackagesProvider.php
@@ -97,6 +97,10 @@ public static function getAllServices(): array
97
'class' => \AsyncAws\Core\Sts\StsClient::class,
98
'package' => 'async-aws/core',
99
],
100
+ 'step_functions' => [
101
+ 'class' => \AsyncAws\StepFunctions\StepFunctionsClient::class,
102
+ 'package' => 'async-aws/step-functions',
103
+ ],
104
];
105
}
106
0 commit comments