Skip to content

Commit 7462152

Browse files
Added StepFunctions client (#1050)
1 parent 1f5b0cf commit 7462152

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/DependencyInjection/AwsPackagesProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ public static function getAllServices(): array
9797
'class' => \AsyncAws\Core\Sts\StsClient::class,
9898
'package' => 'async-aws/core',
9999
],
100+
'step_functions' => [
101+
'class' => \AsyncAws\StepFunctions\StepFunctionsClient::class,
102+
'package' => 'async-aws/step-functions',
103+
],
100104
];
101105
}
102106

0 commit comments

Comments
 (0)